Usage:
ObjectTemplate.SetWingToRegulatorRatio
number
Argument values:
argument 1: |
range is 1 to 3.0; most commonly 1
|
Related properties: SetAcceleration,
SetFlapLift, SetMaxRotation,
SetMaxSpeed, SetMinRotation,
SetPitchOffset, SetPositionOffset
Used in object types (and how often in each type): Wing (16%)
Used in a total of 22 .con files: Physics.con
Parent directories of these .con files: objects/Vehicles, Bf1942/Levels
Example: (from Bf1942/Levels/Battle_of_Britain/Objects/Ju88A/Physics.con)
rem *** Ju88A_FlapLeftInner ***
ObjectTemplate.Create Wing Ju88A_FlapLeftInner
ObjectTemplate.SetNetworkableInfo Ju88AWingInfo
ObjectTemplate.SetMinRotation 0/-30/0
ObjectTemplate.SetMaxRotation 0/30/0
ObjectTemplate.SetMaxSpeed 0/3/0
ObjectTemplate.SetAcceleration 0/120/0
ObjectTemplate.SetPitchOffset 2.5
ObjectTemplate.SetPositionOffset 0/0/0
ObjectTemplate.SetFlapLift 1.0
ObjectTemplate.SetRegulateToLift 4.91
ObjectTemplate.SetWingToRegulatorRatio 3.0
Go to the ObjectTemplate properties
list page, ObjectTemplate page,
All Properties list,
or Main scripting page.