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

Method getTransport

bwapi/BWAPILIB/Source/Race.cpp:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 return RaceInternal::refineryTypes[this->getID()];
87 }
88 UnitType Race::getTransport() const
89 {
90 return RaceInternal::transportTypes[this->getID()];
91 }
92 UnitType Race::getSupplyProvider() const
93 {
94 return RaceInternal::supplyTypes[this->getID()];

Callers 3

augmentUnitDataMethod · 0.45
isLoadedMethod · 0.45
onMatchFrameMethod · 0.45

Calls 1

getIDMethod · 0.45

Tested by

no test coverage detected