MCPcopy 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

forceCloseCompanySelectFunction · 0.70
prepareDrawFunction · 0.50
drawScrollFunction · 0.50
stateWidgetPressedFunction · 0.50
updateFunction · 0.50
updateMethod · 0.50
defragmentTilePeriodicFunction · 0.50
updateFunction · 0.50
updateFunction · 0.50
updateAmbientNoiseFunction · 0.50
updateVehicleNoiseFunction · 0.50
getCargoStringMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected