Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
drawStationNames
Function · 0.85
drawRoutingNumbers
Function · 0.85
clearLand
Function · 0.85
onAdjustLandToolUpdate
Function · 0.85
onToolDown
Function · 0.85
onToolUpdate
Function · 0.85
onToolDown
Function · 0.85
showStationCatchment
Function · 0.85
getMaxConstructHeightFromExistingSelection
Function · 0.85
removeStationGhost
Function · 0.85
processMouseOver
Function · 0.85
setMapSelectionTiles
Function · 0.85
Calls
no outgoing calls
Tested by
1
onToolDown
Function · 0.68