MCPcopy 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
223unsigned int TileMap::getLayerCount() const { return (unsigned)this->layerMap.size(); }
224
225bool TileMap::tileIsValid(int x, int y, int z) const
226{

Callers 3

TileMapMethod · 0.95
renderMethod · 0.80
renderMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected