MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / isSandboxMode

Function isSandboxMode

src/OpenLoco/src/SceneManager.cpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 }
91
92 bool isSandboxMode()
93 {
94 return hasSceneFlags(Flags::sandboxMode);
95 }
96
97 bool isPauseOverrideEnabled()
98 {

Callers 15

openFunction · 0.85
switchTabFunction · 0.85
cheatsMenuMouseDownFunction · 0.85
cheatsMenuDropdownFunction · 0.85
drawTabsFunction · 0.85
prepareDrawFunction · 0.85
drawFunction · 0.85
prepareDrawFunction · 0.85
onResizeFunction · 0.85
renameIndustryPromptFunction · 0.85

Calls 1

hasSceneFlagsFunction · 0.85

Tested by

no test coverage detected