LodHeight Property

Usage:
   AiTemplatePlugIn.LodHeight number

Argument values:

argument 1:    range is -1.5 to 1.7; most commonly 0.9

Related properties: CoverSearchRadius, MaxSpeed, TurnRadius

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

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

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

Example: (from objects/Vehicles/Sea/Daihatsu/Ai/Objects.con)
   AiTemplatePlugIn.Create Mobile DaihatsuMobile
   AiTemplatePlugIn.VehicleNumber 3
   AiTemplatePlugIn.MaxSpeed 15.5
   AiTemplatePlugIn.TurnRadius 30.0
   AiTemplatePlugIn.CoverSearchRadius 50.0
   AiTemplatePlugIn.LodHeight 0.65


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