static */
| 296 | } |
| 297 | |
| 298 | /* static */ void ScriptInstance::DoCommandReturnGroupID(ScriptInstance &instance) |
| 299 | { |
| 300 | instance.engine->InsertResult(EndianBufferReader::ToValue<GroupID>(ScriptObject::GetLastCommandResData())); |
| 301 | } |
| 302 | |
| 303 | /* static */ void ScriptInstance::DoCommandReturnGoalID(ScriptInstance &instance) |
| 304 | { |
nothing calls this directly
no test coverage detected