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

Method getRallyPosition

bwapi/Shared/UnitShared.cpp:308–311  ·  view source on GitHub ↗

--------------------------------------------- GET RALLY POSITION -----------------------------------------

Source from the content-addressed store, hash-verified

306 }
307 //--------------------------------------------- GET RALLY POSITION -----------------------------------------
308 Position UnitImpl::getRallyPosition() const
309 {
310 return Position(self->rallyPositionX,self->rallyPositionY);
311 }
312 //--------------------------------------------- GET RALLY UNIT ---------------------------------------------
313 Unit UnitImpl::getRallyUnit() const
314 {

Callers 1

updateMethod · 0.80

Calls 1

PositionClass · 0.50

Tested by 1

updateMethod · 0.64