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

Function isTitleMode

src/OpenLoco/src/SceneManager.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 }
56
57 bool isTitleMode()
58 {
59 return hasSceneFlags(Flags::title);
60 }
61
62 bool isPlayMode()
63 {

Callers 15

initFunction · 0.85
updateFunction · 0.85
sub_428E47Function · 0.85
isPlayModeFunction · 0.85
handleInputFunction · 0.85
autosaveCheckFunction · 0.85
paintMethod · 0.85
updateDailyPlayerMethod · 0.85
updateOwnerStatusFunction · 0.85
getItemLeftFunction · 0.85
rightOverFunction · 0.85
wheelInputFunction · 0.85

Calls 1

hasSceneFlagsFunction · 0.85

Tested by

no test coverage detected