--------------------------------------------- FOLLOW -----------------------------------------------------
| 170 | } |
| 171 | //--------------------------------------------- FOLLOW ----------------------------------------------------- |
| 172 | bool Unitset::follow(Unit target, bool shiftQueueCommand) const |
| 173 | { |
| 174 | return this->issueCommand(UnitCommand::follow(nullptr,target, shiftQueueCommand)); |
| 175 | } |
| 176 | //--------------------------------------------- GATHER ----------------------------------------------------- |
| 177 | bool Unitset::gather(Unit target, bool shiftQueueCommand) const |
| 178 | { |
nothing calls this directly
no test coverage detected