SetAutomaticYawStabilization Property

Usage:
   ObjectTemplate.SetAutomaticYawStabilization boolean

Argument values:

argument 1:    1; most commonly 1

Description: Another name for AutomaticYawStabilization.

Related properties: AutomaticPitchStabilization, AutomaticYawStabilization

Used in object types (and how often in each type): Camera (1%), RotationalBundle (4%)

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

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

Example: (from objects/Vehicles/Land/Ho-Ha/Objects.con)
   rem *** HoHaMG42HolderPCO1 ***
   ObjectTemplate.Create RotationalBundle HoHaMG42HolderPCO1
   ObjectTemplate.SetNetworkableInfo HoHaInfo
   ObjectTemplate.LoadSoundScript Sounds/HoHaTurret.ssc
   ObjectTemplate.HasCollisionPhysics 1
   rem -------------------------------------
   ObjectTemplate.AddTemplate HoHaRotation_MG42
   rem -------------------------------------
   ObjectTemplate.SetMinRotation -90/0/0
   ObjectTemplate.SetMaxRotation 75/0/0
   ObjectTemplate.SetMaxSpeed 80/0/0
   ObjectTemplate.SetAcceleration 5000/0/0
   ObjectTemplate.SetInputToYaw c_PIMouseLookX
   ObjectTemplate.SetAutomaticYawStabilization 1


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