| 106 | } |
| 107 | |
| 108 | bool Lua_Bot::ReloadBotDataBuckets() { |
| 109 | Lua_Safe_Call_Bool(); |
| 110 | return self->LoadDataBucketsCache();; |
| 111 | } |
| 112 | |
| 113 | bool Lua_Bot::ReloadBotOwnerDataBuckets() { |
| 114 | Lua_Safe_Call_Bool(); |
nothing calls this directly
no test coverage detected