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

Method ReloadBotDataBuckets

zone/lua_bot.cpp:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108bool Lua_Bot::ReloadBotDataBuckets() {
109 Lua_Safe_Call_Bool();
110 return self->LoadDataBucketsCache();;
111}
112
113bool Lua_Bot::ReloadBotOwnerDataBuckets() {
114 Lua_Safe_Call_Bool();

Callers

nothing calls this directly

Calls 1

LoadDataBucketsCacheMethod · 0.45

Tested by

no test coverage detected