Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
isEditorMode
Function · 0.85
isTitleMode
Function · 0.85
isNetworked
Function · 0.85
isNetworkHost
Function · 0.85
isProgressBarActive
Function · 0.85
isSceneInitialised
Function · 0.85
isDriverCheatEnabled
Function · 0.85
isSandboxMode
Function · 0.85
isPauseOverrideEnabled
Function · 0.85
Calls
1
getSceneFlags
Function · 0.85
Tested by
no test coverage detected