Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EQEmu/EQEmu
/ GetOwnerName
Method
GetOwnerName
zone/lua_corpse.cpp:55–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
const char* Lua_Corpse::GetOwnerName() {
56
Lua_Safe_Call_String();
57
return self->GetOwnerName();
58
}
59
60
bool Lua_Corpse::Save() {
61
Lua_Safe_Call_Bool();
Callers
11
AddClientToChannel
Method · 0.45
RemoveClientFromChannel
Method · 0.45
SetChannelPassword
Method · 0.45
ApiGetCorpseListDetail
Function · 0.45
Perl_Corpse_GetOwnerName
Function · 0.45
LocateCorpse
Method · 0.45
HandleMessage
Method · 0.45
GetCorpseByOwner
Method · 0.45
GetCorpseByOwnerWithinRange
Method · 0.45
GetClosestCorpse
Method · 0.45
HideCorpses
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected