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

Method isHoldingPosition

bwapi/BWAPILIB/Source/Unit.cpp:258–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256 }
257
258 bool UnitInterface::isHoldingPosition() const
259 {
260 return this->getOrder() == Orders::HoldPosition;
261 }
262
263 //--------------------------------------------- IS IN WEAPON RANGE -----------------------------------------
264 bool UnitInterface::isInWeaponRange(Unit target) const

Callers 2

Filters.cppFile · 0.80
updateMethod · 0.80

Calls 1

getOrderMethod · 0.45

Tested by 1

updateMethod · 0.64