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

Method getRefinery

bwapi/BWAPILIB/Source/Race.cpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 return getResourceDepot();
83 }
84 UnitType Race::getRefinery() const
85 {
86 return RaceInternal::refineryTypes[this->getID()];
87 }
88 UnitType Race::getTransport() const
89 {
90 return RaceInternal::transportTypes[this->getID()];

Callers 1

writeRaceInfoFunction · 0.80

Calls 1

getIDMethod · 0.45

Tested by

no test coverage detected