| 100 | } |
| 101 | |
| 102 | bool Unitset::issueCommand(UnitCommand command) const |
| 103 | { |
| 104 | return Broodwar->issueCommand(*this, command); |
| 105 | } |
| 106 | //--------------------------------------------- ATTACK MOVE ------------------------------------------------ |
| 107 | bool Unitset::attack(Position target, bool shiftQueueCommand) const |
| 108 | { |
no outgoing calls