Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
850
void ScriptInstance::ReleaseSQObject(HSQOBJECT *obj)
851
{
852
if (!this->in_shutdown) this->engine->ReleaseObject(obj);
853
}
Callers
1
~ScriptPriorityQueue
Method · 0.80
Calls
1
ReleaseObject
Method · 0.80
Tested by
no test coverage detected