--------------------------------------------- HOLD POSITION ----------------------------------------------
| 160 | } |
| 161 | //--------------------------------------------- HOLD POSITION ---------------------------------------------- |
| 162 | bool Unitset::holdPosition(bool shiftQueueCommand) const |
| 163 | { |
| 164 | return this->issueCommand(UnitCommand::holdPosition(nullptr, shiftQueueCommand)); |
| 165 | } |
| 166 | //--------------------------------------------- STOP ------------------------------------------------------- |
| 167 | bool Unitset::stop(bool shiftQueueCommand) const |
| 168 | { |
nothing calls this directly
no test coverage detected