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

Method getHeight

src/OpenLoco/src/Map/MapGenerator/HeightMap.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 }
12
13 uint8_t HeightMap::getHeight(TilePos2 pos) const
14 {
15 return (*this)[pos] & ~kHeightmapMarkedFlag;
16 }
17
18 bool HeightMap::isMarkerSet(TilePos2 pos) const
19 {

Calls

no outgoing calls

Tested by

no test coverage detected