MCPcopy 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

isPlayModeFunction · 0.85
renderAndUpdateFunction · 0.85

Calls 1

hasSceneFlagsFunction · 0.85

Tested by

no test coverage detected