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

Method supplyProvided

bwapi/BWAPILIB/Source/UnitType.cpp:2248–2251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2246 return unitSupplyRequired[this->getID()];
2247 }
2248 int UnitType::supplyProvided() const
2249 {
2250 return unitSupplyProvided[this->getID()];
2251 }
2252 int UnitType::spaceRequired() const
2253 {
2254 return unitSpaceRequired[this->getID()];

Callers 2

writeUnitInfoFunction · 0.80
Filters.cppFile · 0.80

Calls 1

getIDMethod · 0.45

Tested by

no test coverage detected