DriveThrottleControl Property

Usage:
   AiTemplatePlugIn.DriveThrottleControl name

Argument values:

argument 1:    PINone, PIThrottle; most commonly PIThrottle

Related properties: AimHorizontalControl, AimVerticalControl, DriveTurnControl, PitchSensitivity, RollSensitivity, ThrottleSensitivity

Used in object types (always present 100% of the time): ControlInfo, ControlInfo3d

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

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

Example: (from objects/Vehicles/Land/m3a1/Ai/Objects.con)
   rem aiTemplatePlugIn.strType LightArmour
   AiTemplatePlugIn.Create ControlInfo M3A1Ctrl
   AiTemplatePlugIn.DriveTurnControl PIYaw
   AiTemplatePlugIn.DriveThrottleControl PIThrottle
   AiTemplatePlugIn.AimHorizontalControl PIYaw
   AiTemplatePlugIn.AimVerticalControl PIMouseLookY
   AiTemplatePlugIn.LookHorizontalControl PIYaw
   AiTemplatePlugIn.LookVerticalControl PIMouseLookY
   AiTemplatePlugIn.ThrottleSensitivity -1.0
   rem aiTemplatePlugIn.pitchSensitivity 0.021817
   rem aiTemplatePlugIn.rollSensitivity -0.021817
   AiTemplatePlugIn.PitchSensitivity 0.21817
   AiTemplatePlugIn.RollSensitivity -0.21817
   AiTemplatePlugIn.YawSensitivity -2.5
   rem aiTemplatePlugIn.lookVerticalSensitivity 0.021817
   rem aiTemplatePlugIn.lookHorizontalSensitivity -0.021817
   AiTemplatePlugIn.LookVerticalSensitivity 0.21817
   AiTemplatePlugIn.LookHorizontalSensitivity -0.21817
   AiTemplatePlugIn.ThrottleLookAhead 1.0
   AiTemplatePlugIn.PitchLookAhead 1.0
   AiTemplatePlugIn.RollLookAhead 1.0
   AiTemplatePlugIn.YawLookAhead 1.0
   AiTemplatePlugIn.LookVerticalLookAhead 1.0
   AiTemplatePlugIn.LookHorizontalLookAhead 1.0
   AiTemplatePlugIn.ThrottleScale 1.0
   rem *** Angle in radians ***
   AiTemplatePlugIn.PitchScale 1.0
   AiTemplatePlugIn.RollScale 1.0
   AiTemplatePlugIn.YawScale 0.0020
   AiTemplatePlugIn.LookVerticalScale 1.0
   AiTemplatePlugIn.LookHorizontalScale 1.0
   AiTemplatePlugIn.MaxSpeedBumpinessFallOff 0.01
   AiTemplatePlugIn.SetCameraRelativeMinRotationDeg 0/0/0
   AiTemplatePlugIn.SetCameraRelativeMaxRotationDeg 0/0/0


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