MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / ReleaseSQObject

Method ReleaseSQObject

src/script/script_instance.cpp:850–853  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

848}
849
850void ScriptInstance::ReleaseSQObject(HSQOBJECT *obj)
851{
852 if (!this->in_shutdown) this->engine->ReleaseObject(obj);
853}

Callers 1

~ScriptPriorityQueueMethod · 0.80

Calls 1

ReleaseObjectMethod · 0.80

Tested by

no test coverage detected