Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenApoc/OpenApoc
/ getLayerCount
Method
getLayerCount
game/state/tilemap/tilemap.cpp:223–223 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
221
}
222
223
unsigned int TileMap::getLayerCount() const { return (unsigned)this->layerMap.size(); }
224
225
bool TileMap::tileIsValid(int x, int y, int z) const
226
{
Callers
3
TileMap
Method · 0.95
render
Method · 0.80
render
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected