MCPcopy 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
55const char* Lua_Corpse::GetOwnerName() {
56 Lua_Safe_Call_String();
57 return self->GetOwnerName();
58}
59
60bool Lua_Corpse::Save() {
61 Lua_Safe_Call_Bool();

Callers 11

AddClientToChannelMethod · 0.45
SetChannelPasswordMethod · 0.45
ApiGetCorpseListDetailFunction · 0.45
Perl_Corpse_GetOwnerNameFunction · 0.45
LocateCorpseMethod · 0.45
HandleMessageMethod · 0.45
GetCorpseByOwnerMethod · 0.45
GetClosestCorpseMethod · 0.45
HideCorpsesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected