MCPcopy 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

initFunction · 0.85
startFunction · 0.85
quitGameFunction · 0.85
openFunction · 0.85
cheatsMenuDropdownFunction · 0.85
importSaveToGameStateFunction · 0.85
loc_4BECDEFunction · 0.85
listenMethod · 0.85
openServerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected