--------------------------------------------- MORPH ------------------------------------------------------
| 136 | } |
| 137 | //--------------------------------------------- MORPH ------------------------------------------------------ |
| 138 | bool Unitset::morph(UnitType type) const |
| 139 | { |
| 140 | return this->issueCommand(UnitCommand::morph(nullptr,type)); |
| 141 | } |
| 142 | //--------------------------------------------- SET RALLY POSITION ----------------------------------------- |
| 143 | bool Unitset::setRallyPoint(Position target) const |
| 144 | { |
nothing calls this directly
no test coverage detected