SetCameraRelativeMinRotationDeg Property

Usage:
   AiTemplatePlugIn.SetCameraRelativeMinRotationDeg x/y/z

Argument values:

argument 1:    -10/-15/0, -10/-20/0, -100/-10/0, -100/-15/0, -110/-10/0, -110/-40/0, -110/-60/0, -120/-18/0, -120/-60/0, -13/-9/0, -15/-40/0, -155/-10/0, -16/-20/0, -160/-15/0, -180/-20/0, -180/-45/0, -180/-65/0, -180/-70/0, ...

Related properties: LookHorizontalLookAhead, LookHorizontalScale, LookVerticalLookAhead, LookVerticalScale, PitchScale, RollScale, SetCameraRelativeMaxRotationDeg, ThrottleScale, YawLookAhead

Used in object types (and how often in each type): ControlInfo (75%)

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

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

Example: (from objects/Vehicles/Land/LVT4/AI/Objects.con)
   AiTemplatePlugIn.Create ControlInfo WaterBuffaloCtrl
   AiTemplatePlugIn.DriveTurnControl PIYaw
   AiTemplatePlugIn.DriveThrottleControl PIThrottle
   AiTemplatePlugIn.AimHorizontalControl PINone
   AiTemplatePlugIn.AimVerticalControl PINone
   AiTemplatePlugIn.LookHorizontalControl PIMouseLookX
   AiTemplatePlugIn.LookVerticalControl PIMouseLookY
   AiTemplatePlugIn.ThrottleSensitivity -1.0
   AiTemplatePlugIn.PitchSensitivity 0.21817
   AiTemplatePlugIn.RollSensitivity -0.21817
   AiTemplatePlugIn.YawSensitivity -2.5
   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 5.0
   AiTemplatePlugIn.RollScale 5.0
   AiTemplatePlugIn.YawScale 0.0020
   AiTemplatePlugIn.LookVerticalScale 1.0
   AiTemplatePlugIn.LookHorizontalScale 1.0
   AiTemplatePlugIn.MaxSpeedBumpinessFallOff 0.001
   AiTemplatePlugIn.SetCameraRelativeMinRotationDeg -110/-40/0
   AiTemplatePlugIn.SetCameraRelativeMaxRotationDeg 110/10/0


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