| 143 | pUnit->setClientInfo(type, UnitInfo::AI_Controller_Type); |
| 144 | } |
| 145 | void UnitWrap::SetCaptainType(int type) |
| 146 | { |
| 147 | pUnit->setClientInfo(type, UnitInfo::AI_Captain_Type); |
| 148 | } |
| 149 | void UnitWrap::SetWorkerTask(int type) |
| 150 | { |
| 151 | pUnit->setClientInfo(type, UnitInfo::Worker_Task); |
nothing calls this directly
no test coverage detected