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

Method getCarrier

bwapi/Shared/UnitShared.cpp:343–346  ·  view source on GitHub ↗

--------------------------------------------- GET CARRIER ------------------------------------------------

Source from the content-addressed store, hash-verified

341 }
342 //--------------------------------------------- GET CARRIER ------------------------------------------------
343 Unit UnitImpl::getCarrier() const
344 {
345 return Broodwar->getUnit(self->carrier);
346 }
347 //--------------------------------------------- GET INTERCEPTORS -------------------------------------------
348 Unitset UnitImpl::getInterceptors() const
349 {

Callers 3

augmentUnitDataMethod · 0.80
onFrameMethod · 0.80
onMatchFrameMethod · 0.80

Calls 1

getUnitMethod · 0.45

Tested by 1

onFrameMethod · 0.64