static */
| 306 | } |
| 307 | |
| 308 | /* static */ void ScriptInstance::DoCommandReturnStoryPageID(ScriptInstance &instance) |
| 309 | { |
| 310 | instance.engine->InsertResult(EndianBufferReader::ToValue<StoryPageID>(ScriptObject::GetLastCommandResData())); |
| 311 | } |
| 312 | |
| 313 | /* static */ void ScriptInstance::DoCommandReturnStoryPageElementID(ScriptInstance &instance) |
| 314 | { |
nothing calls this directly
no test coverage detected