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

Method supplyRequired

bwapi/BWAPILIB/Source/UnitType.cpp:2244–2247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2242 return defaultTimeCost[this->getID()];
2243 }
2244 int UnitType::supplyRequired() const
2245 {
2246 return unitSupplyRequired[this->getID()];
2247 }
2248 int UnitType::supplyProvided() const
2249 {
2250 return unitSupplyProvided[this->getID()];

Callers 8

canMakeFunction · 0.80
writeUnitInfoFunction · 0.80
Filters.cppFile · 0.80
startMethod · 0.80
updateMethod · 0.80
startMethod · 0.80
startMethod · 0.80
executeMethod · 0.80

Calls 1

getIDMethod · 0.45

Tested by 4

startMethod · 0.64
updateMethod · 0.64
startMethod · 0.64
startMethod · 0.64