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

Function hasSceneFlags

src/OpenLoco/src/SceneManager.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 static inline bool hasSceneFlags(Flags value)
48 {
49 return (getSceneFlags() & value) != Flags::none;
50 }
51
52 bool isEditorMode()
53 {

Callers 9

isEditorModeFunction · 0.85
isTitleModeFunction · 0.85
isNetworkedFunction · 0.85
isNetworkHostFunction · 0.85
isProgressBarActiveFunction · 0.85
isSceneInitialisedFunction · 0.85
isDriverCheatEnabledFunction · 0.85
isSandboxModeFunction · 0.85
isPauseOverrideEnabledFunction · 0.85

Calls 1

getSceneFlagsFunction · 0.85

Tested by

no test coverage detected