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

Method getPowerUp

bwapi/Shared/UnitShared.cpp:328–331  ·  view source on GitHub ↗

--------------------------------------------- GET POWER UP -----------------------------------------------

Source from the content-addressed store, hash-verified

326 }
327 //--------------------------------------------- GET POWER UP -----------------------------------------------
328 Unit UnitImpl::getPowerUp() const
329 {
330 return Broodwar->getUnit(self->powerUp);
331 }
332 //--------------------------------------------- GET TRANSPORT ----------------------------------------------
333 Unit UnitImpl::getTransport() const
334 {

Callers 2

canGatherFunction · 0.80
onFrameMethod · 0.80

Calls 1

getUnitMethod · 0.45

Tested by

no test coverage detected