Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
init
Function · 0.85
prepareDraw
Function · 0.85
Calls
3
isSceneInitialised
Function · 0.85
isEditorMode
Function · 0.85
isTitleMode
Function · 0.85
Tested by
no test coverage detected