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

Function numFreeElements

src/OpenLoco/src/Map/TileManager.cpp:133–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 }
132
133 uint32_t numFreeElements()
134 {
135 return static_cast<uint32_t>(kMaxElements - _elementsEnd);
136 }
137
138 void setElements(std::span<TileElement> elements)
139 {

Callers 2

generateTreesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected