Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
isPlayMode
Function · 0.85
loadGame
Function · 0.85
confirmSaveGame
Function · 0.85
handleInput
Function · 0.85
tick
Function · 0.85
dateTick
Function · 0.85
updateTownInfo
Function · 0.85
update
Function · 0.85
updateDailyPlayer
Method · 0.85
update
Function · 0.85
update
Function · 0.85
updateOwnerStatus
Function · 0.85
Calls
1
hasSceneFlags
Function · 0.85
Tested by
no test coverage detected