Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EQEmu/EQEmu
/ IsRezzed
Method
IsRezzed
zone/lua_corpse.cpp:50–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
bool Lua_Corpse::IsRezzed() {
51
Lua_Safe_Call_Bool();
52
return self->IsRezzed();
53
}
54
55
const char* Lua_Corpse::GetOwnerName() {
56
Lua_Safe_Call_String();
Callers
8
LoadCharacterCorpse
Method · 0.45
ApiGetCorpseListDetail
Function · 0.45
Perl_Corpse_IsRezzed
Function · 0.45
GetGroupMemberCorpse
Method · 0.45
HandleRespawnFromHover
Method · 0.45
HandleMessage
Method · 0.45
RezzAllCorpsesByCharID
Method · 0.45
Handle_OP_ConsiderCorpse
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected