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

Method spaceProvided

bwapi/BWAPILIB/Source/UnitType.cpp:2256–2259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2254 return unitSpaceRequired[this->getID()];
2255 }
2256 int UnitType::spaceProvided() const
2257 {
2258 return unitSpaceProvided[this->getID()];
2259 }
2260 int UnitType::buildScore() const
2261 {
2262 return unitBuildScore[this->getID()];

Callers 6

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

Calls 1

getIDMethod · 0.45

Tested by

no test coverage detected