ControlInfo3d Type

The ControlInfo3d object type is created by AiTemplatePlugIn.Create.

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

Parent directory of these .con files: objects/Vehicles

Example: (from objects/Vehicles/Air/C47/Ai/Objects.con)
   AiTemplatePlugIn.Create ControlInfo3d C47Ctrl
   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
   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.0750
   AiTemplatePlugIn.YawScale 0.0750
   AiTemplatePlugIn.MaxRollAngle 0.80
   AiTemplatePlugIn.MaxClimbAngle 0.20

Properties used with this type of object:
   AiTemplatePlugIn.AimHorizontalControl
   AiTemplatePlugIn.AimRollControl
   AiTemplatePlugIn.AimThrottleControl
   AiTemplatePlugIn.AimVerticalControl
   AiTemplatePlugIn.Create
   AiTemplatePlugIn.DrivePitchControl
   AiTemplatePlugIn.DriveRollControl
   AiTemplatePlugIn.DriveThrottleControl
   AiTemplatePlugIn.DriveTurnControl
   AiTemplatePlugIn.MaxClimbAngle
   AiTemplatePlugIn.MaxRollAngle
   AiTemplatePlugIn.MaxWireLength
   AiTemplatePlugIn.PitchLookAhead
   AiTemplatePlugIn.PitchScale
   AiTemplatePlugIn.PitchSensitivity
   AiTemplatePlugIn.RollLookAhead
   AiTemplatePlugIn.RollScale
   AiTemplatePlugIn.RollSensitivity
   AiTemplatePlugIn.ThrottleLookAhead
   AiTemplatePlugIn.ThrottleScale
   AiTemplatePlugIn.ThrottleSensitivity
   AiTemplatePlugIn.WireActivate
   AiTemplatePlugIn.YawLookAhead
   AiTemplatePlugIn.YawScale
   AiTemplatePlugIn.YawSensitivity


Go to the AiTemplatePlugIn type list page, AiTemplatePlugIn page, All Types list, Class list, CON file list, or Main scripting page.