Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
595
bool ScriptInstance::IsPaused()
596
{
597
return this->is_paused;
598
}
599
600
/* static */ bool ScriptInstance::LoadObjects(ScriptData *data)
601
{
Callers
2
UpdateAIButtonsState
Method · 0.45
UpdateGSButtonState
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected