--------------------------------------------- SET RALLY POSITION -----------------------------------------
| 141 | } |
| 142 | //--------------------------------------------- SET RALLY POSITION ----------------------------------------- |
| 143 | bool Unitset::setRallyPoint(Position target) const |
| 144 | { |
| 145 | return this->issueCommand(UnitCommand::setRallyPoint(nullptr, target)); |
| 146 | } |
| 147 | bool Unitset::setRallyPoint(Unit target) const |
| 148 | { |
| 149 | return this->issueCommand(UnitCommand::setRallyPoint(nullptr, target)); |
nothing calls this directly
no test coverage detected