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

Method researchTime

bwapi/BWAPILIB/Source/TechType.cpp:240–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238 return mineralPrice();
239 }
240 int TechType::researchTime() const
241 {
242 return defaultTimeCost[this->getID()];
243 }
244 int TechType::energyCost() const
245 {
246 return defaultEnergyCost[this->getID()];

Callers 4

writeTechInfoFunction · 0.80
startMethod · 0.80
updateMethod · 0.80
executeMethod · 0.80

Calls 1

getIDMethod · 0.45

Tested by 2

startMethod · 0.64
updateMethod · 0.64