TurnRadius Property

Usage:
   AiTemplatePlugIn.TurnRadius number

Argument values:

argument 1:    range is 0.1 to 135.0; most commonly 5.0

Related properties: MaxSpeed

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

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

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

Example: (from objects/Vehicles/Sea/PrinceOW/AI/Objects.con)
   AiTemplatePlugIn.Create Mobile PrinceOWMobile
   AiTemplatePlugIn.VehicleNumber 2
   AiTemplatePlugIn.MaxSpeed 20.0
   AiTemplatePlugIn.TurnRadius 75.0
   AiTemplatePlugIn.CoverSearchRadius 50.0
   AiTemplatePlugIn.AvoidCollisionLookAhead 15.0


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