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

Method GetDoCommandAsyncModeInstance

src/script/api/script_object.cpp:116–119  ·  view source on GitHub ↗

static */

Source from the content-addressed store, hash-verified

114}
115
116/* static */ ScriptObject *ScriptObject::GetDoCommandAsyncModeInstance()
117{
118 return GetStorage().async_mode_instance;
119}
120
121/* static */ void ScriptObject::SetLastCommand(const CommandDataBuffer &data, Commands cmd)
122{

Callers 2

ScriptAsyncModeMethod · 0.80
FinalReleaseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected