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

Method IsPaused

src/script/script_instance.cpp:595–598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

593}
594
595bool ScriptInstance::IsPaused()
596{
597 return this->is_paused;
598}
599
600/* static */ bool ScriptInstance::LoadObjects(ScriptData *data)
601{

Callers 2

UpdateAIButtonsStateMethod · 0.45
UpdateGSButtonStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected