Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
canMake
Function · 0.80
writeUnitInfo
Function · 0.80
Filters.cpp
File · 0.80
start
Method · 0.80
update
Method · 0.80
start
Method · 0.80
start
Method · 0.80
execute
Method · 0.80
Calls
1
getID
Method · 0.45
Tested by
4
start
Method · 0.64
update
Method · 0.64
start
Method · 0.64
start
Method · 0.64