Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
loadGame
Function · 0.70
confirmSaveGame
Function · 0.70
toolSet
Function · 0.50
setColourAndInputFlags
Function · 0.50
showBelow
Function · 0.50
tabReset
Function · 0.50
prepareSaveGame
Function · 0.50
tabReset
Function · 0.50
tabReset
Function · 0.50
open
Function · 0.50
activateMapSelectionTool
Function · 0.50
onMouseDown
Function · 0.50
Calls
no outgoing calls
Tested by
1
activateMapSelectionTool
Function · 0.40