--------------------------------------------- GATHER -----------------------------------------------------
| 175 | } |
| 176 | //--------------------------------------------- GATHER ----------------------------------------------------- |
| 177 | bool Unitset::gather(Unit target, bool shiftQueueCommand) const |
| 178 | { |
| 179 | return this->issueCommand(UnitCommand::gather(nullptr,target, shiftQueueCommand)); |
| 180 | } |
| 181 | //--------------------------------------------- RETURN CARGO ----------------------------------------------- |
| 182 | bool Unitset::returnCargo(bool shiftQueueCommand) const |
| 183 | { |
nothing calls this directly
no test coverage detected