--------------------------------------------- PATROL -----------------------------------------------------
| 155 | } |
| 156 | //--------------------------------------------- PATROL ----------------------------------------------------- |
| 157 | bool Unitset::patrol(Position target, bool shiftQueueCommand) const |
| 158 | { |
| 159 | return this->issueCommand(UnitCommand::patrol(nullptr,target, shiftQueueCommand)); |
| 160 | } |
| 161 | //--------------------------------------------- HOLD POSITION ---------------------------------------------- |
| 162 | bool Unitset::holdPosition(bool shiftQueueCommand) const |
| 163 | { |
nothing calls this directly
no test coverage detected