static */
| 321 | } |
| 322 | |
| 323 | /* static */ void ScriptInstance::DoCommandReturnLeagueTableID(ScriptInstance &instance) |
| 324 | { |
| 325 | instance.engine->InsertResult(EndianBufferReader::ToValue<LeagueTableID>(ScriptObject::GetLastCommandResData())); |
| 326 | } |
| 327 | |
| 328 | |
| 329 | ScriptStorage &ScriptInstance::GetStorage() |
nothing calls this directly
no test coverage detected