MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / setFlag

Function setFlag

src/OpenLoco/src/Input.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 }
29
30 void setFlag(Flags value)
31 {
32 _flags |= value;
33 }
34
35 void resetFlag(Flags value)
36 {

Callers 15

loadGameFunction · 0.70
confirmSaveGameFunction · 0.70
toolSetFunction · 0.50
setColourAndInputFlagsFunction · 0.50
showBelowFunction · 0.50
tabResetFunction · 0.50
prepareSaveGameFunction · 0.50
tabResetFunction · 0.50
tabResetFunction · 0.50
openFunction · 0.50
activateMapSelectionToolFunction · 0.50
onMouseDownFunction · 0.50

Calls

no outgoing calls

Tested by 1

activateMapSelectionToolFunction · 0.40