Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ buildTime
Method
buildTime
bwapi/BWAPILIB/Source/UnitType.cpp:2240–2243 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2238
return defaultGasCost[this->getID()];
2239
}
2240
int UnitType::buildTime() const
2241
{
2242
return defaultTimeCost[this->getID()];
2243
}
2244
int UnitType::supplyRequired() const
2245
{
2246
return unitSupplyRequired[this->getID()];
Callers
10
writeUnitInfo
Function · 0.80
Filters.cpp
File · 0.80
start
Method · 0.80
update
Method · 0.80
start
Method · 0.80
update
Method · 0.80
start
Method · 0.80
update
Method · 0.80
execute
Method · 0.80
onFrame
Method · 0.80
Calls
1
getID
Method · 0.45
Tested by
6
start
Method · 0.64
update
Method · 0.64
start
Method · 0.64
update
Method · 0.64
start
Method · 0.64
update
Method · 0.64