IsTurnable Property

Usage:
   AiTemplatePlugIn.IsTurnable boolean

Argument values:

argument 1:    1; most commonly 1

Related properties: CoverSearchRadius, MaxSpeed, TurnRadius

Used in object types (and how often in each type): Mobile (27%)

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

Parent directory of these .con files: objects/Vehicles

Example: (from objects/Vehicles/Land/T34/AI/Objects.con)
   rem *** Plugins ***
   AiTemplatePlugIn.Create Mobile T34Mobile
   AiTemplatePlugIn.VehicleNumber 0
   AiTemplatePlugIn.MaxSpeed 12.0
   AiTemplatePlugIn.TurnRadius 5.0
   AiTemplatePlugIn.CoverSearchRadius 50.0
   AiTemplatePlugIn.LodHeight 0.7
   AiTemplatePlugIn.IsTurnable 1


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