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

Method GetAnon

zone/lua_client.cpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78int Lua_Client::GetAnon() {
79 Lua_Safe_Call_Int();
80 return self->GetAnon();
81}
82
83void Lua_Client::SetAnon(uint8 anon_flag) {
84 Lua_Safe_Call_Void();

Callers 7

ApiGetClientListDetailFunction · 0.45
Perl_Client_GetAnonFunction · 0.45
OPGMSummonMethod · 0.45
HandleMessageMethod · 0.45
ZoneWhoMethod · 0.45
SendStatsWindowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected