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

Function hasMapSelectionFlag

src/OpenLoco/src/Map/MapSelection.cpp:275–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273 }
274
275 bool hasMapSelectionFlag(MapSelectionFlags flags)
276 {
277 return (_mapSelectionFlags & flags) != MapSelectionFlags::none;
278 }
279
280 void setMapSelectionFlags(MapSelectionFlags flags)
281 {

Callers 15

drawStationNamesFunction · 0.85
drawRoutingNumbersFunction · 0.85
clearLandFunction · 0.85
onAdjustLandToolUpdateFunction · 0.85
onToolDownFunction · 0.85
onToolUpdateFunction · 0.85
onToolDownFunction · 0.85
showStationCatchmentFunction · 0.85
removeStationGhostFunction · 0.85
processMouseOverFunction · 0.85
setMapSelectionTilesFunction · 0.85

Calls

no outgoing calls

Tested by 1

onToolDownFunction · 0.68