| 82 | } |
| 83 | |
| 84 | ControlTypes::Enum UnitWrap::GetControlType() const |
| 85 | { |
| 86 | return pUnit->getClientInfo<ControlTypes::Enum>(UnitInfo::AI_Controller_Type); |
| 87 | } |
| 88 | CaptainTypes::Enum UnitWrap::GetCaptainType() const |
| 89 | { |
| 90 | return pUnit->getClientInfo<CaptainTypes::Enum>(UnitInfo::AI_Captain_Type); |