Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ setMarker
Method
setMarker
src/OpenLoco/src/Map/MapGenerator/HeightMap.cpp:23–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
void HeightMap::setMarker(TilePos2 pos)
24
{
25
(*this)[pos] |= kHeightmapMarkedFlag;
26
}
27
28
void HeightMap::unsetMarker(TilePos2 pos)
29
{
Callers
5
generateTerrainFarFromWater
Function · 0.80
generateTerrainNearWater
Function · 0.80
generateTerrainOnMountains
Function · 0.80
generateTerrainFarFromMountains
Function · 0.80
generateTerrainAroundCliffs
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected