MCPcopy Create free account
hub / github.com/bwapi/bwapi / tileHeight

Method tileHeight

bwapi/BWAPILIB/Source/UnitType.cpp:2276–2279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2274 return unitDimensions[this->getID()].tileWidth;
2275 }
2276 int UnitType::tileHeight() const
2277 {
2278 return unitDimensions[this->getID()].tileHeight;
2279 }
2280 TilePosition UnitType::tileSize() const
2281 {
2282 return TilePosition(tileWidth(), tileHeight());

Callers 6

writeUnitInfoFunction · 0.80
hasPowerMethod · 0.80
getTilePositionMethod · 0.80
canBuildHereWithSpaceMethod · 0.80
TEST_CLASSFunction · 0.80
TEST_METHODFunction · 0.80

Calls 1

getIDMethod · 0.45

Tested by 2

TEST_CLASSFunction · 0.64
TEST_METHODFunction · 0.64