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

Method dimensionUp

bwapi/BWAPILIB/Source/UnitType.cpp:2288–2291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2286 return unitDimensions[this->getID()].left;
2287 }
2288 int UnitType::dimensionUp() const
2289 {
2290 return unitDimensions[this->getID()].up;
2291 }
2292 int UnitType::dimensionRight() const
2293 {
2294 return unitDimensions[this->getID()].right;

Callers 5

heightMethod · 0.95
canBuildHereFunction · 0.80
getTopMethod · 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