MCPcopy Create free account
hub / github.com/EQEmu/EQEmu / IsNPCCorpse

Method IsNPCCorpse

zone/lua_entity.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47bool Lua_Entity::IsNPCCorpse() {
48 Lua_Safe_Call_Bool();
49 return self->IsNPCCorpse();
50}
51
52bool Lua_Entity::IsObject() {
53 Lua_Safe_Call_Bool();

Callers 9

ApiGetCorpseListDetailFunction · 0.45
SaveZoneStateMethod · 0.45
Perl_Mob_IsNPCCorpseFunction · 0.45
ListNPCCorpsesMethod · 0.45
DeleteNPCCorpsesMethod · 0.45
CorpseFixMethod · 0.45
HideCorpsesMethod · 0.45
command_corpseFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected