| 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 |