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

Method ReloadBotOwnerDataBuckets

zone/lua_bot.cpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113bool Lua_Bot::ReloadBotOwnerDataBuckets() {
114 Lua_Safe_Call_Bool();
115 return self->HasOwner() && self->LoadDataBucketsCache();
116}
117
118bool Lua_Bot::ReloadBotSpells() {
119 Lua_Safe_Call_Bool();

Callers

nothing calls this directly

Calls 2

HasOwnerMethod · 0.45
LoadDataBucketsCacheMethod · 0.45

Tested by

no test coverage detected