Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ addSceneFlags
Function
addSceneFlags
src/OpenLoco/src/SceneManager.cpp:37–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
void addSceneFlags(Flags value)
38
{
39
_sceneFlags |= value;
40
}
41
42
void removeSceneFlags(Flags value)
43
{
Callers
10
init
Function · 0.85
start
Function · 0.85
quitGame
Function · 0.85
open
Function · 0.85
cheatsMenuDropdown
Function · 0.85
importSaveToGameState
Function · 0.85
loc_4BECDE
Function · 0.85
listen
Method · 0.85
receiveConnectionResponsePacket
Method · 0.85
openServer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected