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

Function isEditorMode

src/OpenLoco/src/SceneManager.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 }
51
52 bool isEditorMode()
53 {
54 return hasSceneFlags(Flags::editor);
55 }
56
57 bool isTitleMode()
58 {

Callers 15

isPlayModeFunction · 0.85
loadGameFunction · 0.85
confirmSaveGameFunction · 0.85
handleInputFunction · 0.85
tickFunction · 0.85
dateTickFunction · 0.85
updateTownInfoFunction · 0.85
updateFunction · 0.85
updateDailyPlayerMethod · 0.85
updateFunction · 0.85
updateFunction · 0.85
updateOwnerStatusFunction · 0.85

Calls 1

hasSceneFlagsFunction · 0.85

Tested by

no test coverage detected