Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
rightOverBuildingConstruct
Function · 0.85
open
Function · 0.85
switchTab
Function · 0.85
cheatsMenuMouseDown
Function · 0.85
cheatsMenuDropdown
Function · 0.85
drawTabs
Function · 0.85
prepareDraw
Function · 0.85
draw
Function · 0.85
updateBuildableIndustries
Function · 0.85
prepareDraw
Function · 0.85
onResize
Function · 0.85
renameIndustryPrompt
Function · 0.85
Calls
1
hasSceneFlags
Function · 0.85
Tested by
no test coverage detected