EquipmentType Property

Usage:
   AiTemplatePlugIn.EquipmentType number

Argument values:

argument 1:    range is 0 to 18; most commonly 10

Used in object types (always present 100% of the time): Unit

Used in a total of 105 .con files: Objects.con

Parent directories of these .con files: objects/Vehicles, objects/Stationary_Weapons, objects/Soldiers, Bf1942/Levels

Example: (from objects/Vehicles/Land/LVT4/AI/Objects.con)
   AiTemplatePlugIn.Create Unit WaterBuffaloUnit
   AiTemplatePlugIn.SetStrategicStrength 0 1
   AiTemplatePlugIn.SetStrategicStrength 1 0
   AiTemplatePlugIn.EquipmentType 5
   AiTemplatePlugIn.SetHasExposedSoldier 1


Go to the AiTemplatePlugIn properties list page, AiTemplatePlugIn page, All Properties list, or Main scripting page.