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

Function isPlayMode

src/OpenLoco/src/SceneManager.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 }
61
62 bool isPlayMode()
63 {
64 return isSceneInitialised() && !isEditorMode() && !isTitleMode();
65 }
66
67 bool isNetworked()
68 {

Callers 2

initFunction · 0.85
prepareDrawFunction · 0.85

Calls 3

isSceneInitialisedFunction · 0.85
isEditorModeFunction · 0.85
isTitleModeFunction · 0.85

Tested by

no test coverage detected