Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ isPauseOverrideEnabled
Function
isPauseOverrideEnabled
src/OpenLoco/src/SceneManager.cpp:97–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
bool isPauseOverrideEnabled()
98
{
99
return hasSceneFlags(Flags::pauseOverrideEnabled);
100
}
101
102
bool isPaused()
103
{
Callers
3
cheatsMenuMouseDown
Function · 0.85
cheatsMenuDropdown
Function · 0.85
commandRequiresUnpausingGame
Function · 0.85
Calls
1
hasSceneFlags
Function · 0.85
Tested by
no test coverage detected