| 139 | } |
| 140 | |
| 141 | void UnitWrap::SetControlType(int type) |
| 142 | { |
| 143 | pUnit->setClientInfo(type, UnitInfo::AI_Controller_Type); |
| 144 | } |
| 145 | void UnitWrap::SetCaptainType(int type) |
| 146 | { |
| 147 | pUnit->setClientInfo(type, UnitInfo::AI_Captain_Type); |
no test coverage detected