Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ isTitleMode
Function
isTitleMode
src/OpenLoco/src/SceneManager.cpp:57–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
bool isTitleMode()
58
{
59
return hasSceneFlags(Flags::title);
60
}
61
62
bool isPlayMode()
63
{
Callers
15
init
Function · 0.85
update
Function · 0.85
sub_428E47
Function · 0.85
isPlayMode
Function · 0.85
handleInput
Function · 0.85
autosaveCheck
Function · 0.85
paint
Method · 0.85
updateDailyPlayer
Method · 0.85
updateOwnerStatus
Function · 0.85
getItemLeft
Function · 0.85
rightOver
Function · 0.85
wheelInput
Function · 0.85
Calls
1
hasSceneFlags
Function · 0.85
Tested by
no test coverage detected