Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ hasFlags
Function
hasFlags
src/OpenLoco/src/Ui/Dropdown.cpp:1156–1159 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1154
}
1155
1156
bool hasFlags(Flags flags)
1157
{
1158
return (_dropdownFlags & flags) != Flags::none;
1159
}
1160
1161
void setFlags(Flags flags)
1162
{
Callers
15
forceCloseCompanySelect
Function · 0.70
prepareDraw
Function · 0.50
drawScroll
Function · 0.50
stateWidgetPressed
Function · 0.50
update
Function · 0.50
update
Method · 0.50
defragmentTilePeriodic
Function · 0.50
update
Function · 0.50
update
Function · 0.50
updateAmbientNoise
Function · 0.50
updateVehicleNoise
Function · 0.50
getCargoString
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected