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

Method GetOpsTillSuspend

src/script/script_instance.cpp:808–811  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

806}
807
808SQInteger ScriptInstance::GetOpsTillSuspend()
809{
810 return this->engine->GetOpsTillSuspend();
811}
812
813bool ScriptInstance::DoCommandCallback(const CommandCost &result, const CommandDataBuffer &data, CommandDataBuffer result_data, Commands cmd)
814{

Callers 1

SaveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected