Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ isSceneInitialised
Function
isSceneInitialised
src/OpenLoco/src/SceneManager.cpp:82–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
bool isSceneInitialised()
83
{
84
return hasSceneFlags(Flags::initialised);
85
}
86
87
bool isDriverCheatEnabled()
88
{
Callers
2
isPlayMode
Function · 0.85
renderAndUpdate
Function · 0.85
Calls
1
hasSceneFlags
Function · 0.85
Tested by
no test coverage detected