| 147 | pUnit->setClientInfo(type, UnitInfo::AI_Captain_Type); |
| 148 | } |
| 149 | void UnitWrap::SetWorkerTask(int type) |
| 150 | { |
| 151 | pUnit->setClientInfo(type, UnitInfo::Worker_Task); |
| 152 | } |
| 153 | |
| 154 | void UnitWrap::SetGuardReturnPosition(Position pos) |
| 155 | { |
nothing calls this directly
no test coverage detected