CoverSearchRadius Property

Usage:
   AiTemplatePlugIn.CoverSearchRadius number

Argument values:

argument 1:    range is 20.0 to 50.0; most commonly 50.0

Related properties: MaxSpeed, TurnRadius

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

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

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

Example: (from objects/Vehicles/Sea/Shokaku/Ai/Objects.con)
   AiTemplatePlugIn.Create Mobile ShokakuMobile
   AiTemplatePlugIn.VehicleNumber 2
   AiTemplatePlugIn.MaxSpeed 0.0
   AiTemplatePlugIn.TurnRadius 100.0
   AiTemplatePlugIn.CoverSearchRadius 50.0


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