AddPlugIn Property

Usage:
   AiTemplate.AddPlugIn name

Argument values:

argument 1:    AA_AlliesArmament, AA_AlliesCtrl, AA_AlliesPhysical, AA_AlliesUnit, AT25Armament, AT25Ctrl, AT25Physical, AT25Unit, AW52Arms, AW52Cover, AW52Ctrl, AW52Mobile, AW52Physical, AW52Unit, AfrhouseCover, AfrhousePhysical, ...

Related properties: AddType, AllowedTimeDiff, BasicTemp, CommonKnowledge

This property is not a part of any defined type of object.

Used in a total of 312 .con files: Object.con, Objects.con

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

Example: (from objects/Vehicles/Air/SBD/Ai/Objects.con)
   rem *** AITemplate ***
   AiTemplate.Create SBD
   AiTemplate.AddType ITUnit
   AiTemplate.AddType ITMobile
   AiTemplate.AddType ITAir
   rem aiTemplate.addType ITCover
   AiTemplate.Degeneration 5
   AiTemplate.AllowedTimeDiff 0.5
   AiTemplate.BasicTemp 20
   AiTemplate.CommonKnowledge 0
   AiTemplate.AddPlugIn SBDUnit
   AiTemplate.AddPlugIn SBDCover
   AiTemplate.AddPlugIn SBDPhysical
   AiTemplate.AddPlugIn SBDCtrl
   AiTemplate.AddPlugIn SBDMobile
   AiTemplate.AddPlugIn SBDArms


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