MCPcopy 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

cheatsMenuMouseDownFunction · 0.85
cheatsMenuDropdownFunction · 0.85

Calls 1

hasSceneFlagsFunction · 0.85

Tested by

no test coverage detected