Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
bool Lua_Entity::IsNPCCorpse() {
48
Lua_Safe_Call_Bool();
49
return self->IsNPCCorpse();
50
}
51
52
bool Lua_Entity::IsObject() {
53
Lua_Safe_Call_Bool();
Callers
9
ApiGetCorpseListDetail
Function · 0.45
SaveZoneState
Method · 0.45
Perl_Mob_IsNPCCorpse
Function · 0.45
ListNPCCorpses
Method · 0.45
DeleteNPCCorpses
Method · 0.45
CorpseFix
Method · 0.45
HideCorpses
Method · 0.45
Handle_OP_ConsiderCorpse
Method · 0.45
command_corpse
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected