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

Method spaceRequired

bwapi/BWAPILIB/Source/UnitType.cpp:2252–2255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2250 return unitSupplyProvided[this->getID()];
2251 }
2252 int UnitType::spaceRequired() const
2253 {
2254 return unitSpaceRequired[this->getID()];
2255 }
2256 int UnitType::spaceProvided() const
2257 {
2258 return unitSpaceProvided[this->getID()];

Callers 5

canLoadFunction · 0.80
executeMethod · 0.80
writeUnitInfoFunction · 0.80
getSpaceRemainingMethod · 0.80
Filters.cppFile · 0.80

Calls 1

getIDMethod · 0.45

Tested by

no test coverage detected