--------------------------------------------- STOP -------------------------------------------------------
| 165 | } |
| 166 | //--------------------------------------------- STOP ------------------------------------------------------- |
| 167 | bool Unitset::stop(bool shiftQueueCommand) const |
| 168 | { |
| 169 | return this->issueCommand(UnitCommand::stop(nullptr, shiftQueueCommand)); |
| 170 | } |
| 171 | //--------------------------------------------- FOLLOW ----------------------------------------------------- |
| 172 | bool Unitset::follow(Unit target, bool shiftQueueCommand) const |
| 173 | { |
nothing calls this directly
no test coverage detected