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

Method getTransport

bwapi/Shared/UnitShared.cpp:333–336  ·  view source on GitHub ↗

--------------------------------------------- GET TRANSPORT ----------------------------------------------

Source from the content-addressed store, hash-verified

331 }
332 //--------------------------------------------- GET TRANSPORT ----------------------------------------------
333 Unit UnitImpl::getTransport() const
334 {
335 return Broodwar->getUnit(self->transport);
336 }
337 //--------------------------------------------- GET LOADED UNITS -------------------------------------------
338 Unitset UnitImpl::getLoadedUnits() const
339 {

Callers 4

canUnloadFunction · 0.45
writeRaceInfoFunction · 0.45
startMethod · 0.45
verifyLoadedUnitsMethod · 0.45

Calls 1

getUnitMethod · 0.45

Tested by 2

startMethod · 0.36
verifyLoadedUnitsMethod · 0.36