--------------------------------------------- MOVE -------------------------------------------------------
| 150 | } |
| 151 | //--------------------------------------------- MOVE ------------------------------------------------------- |
| 152 | bool Unitset::move(Position target, bool shiftQueueCommand) const |
| 153 | { |
| 154 | return this->issueCommand(UnitCommand::move(nullptr,target, shiftQueueCommand)); |
| 155 | } |
| 156 | //--------------------------------------------- PATROL ----------------------------------------------------- |
| 157 | bool Unitset::patrol(Position target, bool shiftQueueCommand) const |
| 158 | { |
nothing calls this directly
no test coverage detected