MaxWireLength Property [Vietnam]

Usage:
   AiTemplatePlugIn.MaxWireLength number

Argument values:

argument 1:    5.0

Description: This property is used exclusively in Battlefield Vietnam.

Used in object types (and how often in each type): ControlInfo3d (3%)

Used in one .con file: vietnamObjects/Vehicles/Air/UH1Transport/Ai/Objects.con

Example: (from vietnamObjects/Vehicles/Air/UH1Transport/Ai/Objects.con)
   AiTemplatePlugIn.Create ControlInfo3d UH1TransCtrl
   AiTemplatePlugIn.DriveTurnControl PIYaw
   AiTemplatePlugIn.DriveThrottleControl PIThrottle
   AiTemplatePlugIn.AimHorizontalControl PIYaw
   AiTemplatePlugIn.AimVerticalControl PIPitch
   AiTemplatePlugIn.DriveRollControl PIRoll
   AiTemplatePlugIn.DrivePitchControl PIPitch
   AiTemplatePlugIn.AimRollControl PIRoll
   AiTemplatePlugIn.AimThrottleControl PIThrottle
   AiTemplatePlugIn.ThrottleSensitivity -3.0
   rem aiTemplatePlugIn.pitchSensitivity -0.5
   AiTemplatePlugIn.PitchSensitivity -1.0
   AiTemplatePlugIn.RollSensitivity -1.3
   AiTemplatePlugIn.YawSensitivity 0.3
   AiTemplatePlugIn.ThrottleLookAhead 1.0
   AiTemplatePlugIn.PitchLookAhead 1.2
   AiTemplatePlugIn.RollLookAhead 1.5
   AiTemplatePlugIn.YawLookAhead 0.3
   AiTemplatePlugIn.ThrottleScale 1.0
   rem *** Angle in radians ***
   AiTemplatePlugIn.PitchScale 0.0010
   AiTemplatePlugIn.RollScale 0.0020
   AiTemplatePlugIn.YawScale 0.0175
   AiTemplatePlugIn.MaxRollAngle 0.1
   AiTemplatePlugIn.MaxClimbAngle 0.3
   rem ** these 2 have to be in synch with whats set for the winch
   AiTemplatePlugIn.WireActivate PIAltFire
   AiTemplatePlugIn.MaxWireLength 5.0


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