Usage:
ObjectTemplate.SetRegulateToLift
number
Argument values:
argument 1: | 4.91 |
Related properties: SetAcceleration, SetFlapLift, SetMaxRotation, SetMaxSpeed, SetMinRotation, SetNetworkableInfo, 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 objects/Vehicles/Air/Spitfire/Physics.con)
rem *** SpitfireAirbreakLeft ***
ObjectTemplate.Create Wing SpitfireAirbreakLeft
ObjectTemplate.SetNetworkableInfo Spitfire_wing_info
ObjectTemplate.Geometry spitfire_airbreak_left_m1
ObjectTemplate.SetMinRotation 0/-2/0
ObjectTemplate.SetMaxRotation 0/2/0
ObjectTemplate.SetMaxSpeed 0/30/0
ObjectTemplate.SetAcceleration 0/120/0
ObjectTemplate.SetPitchOffset 0.5
ObjectTemplate.SetPositionOffset 1.539/-0.05/0.883
ObjectTemplate.SetFlapLift 2
ObjectTemplate.SetRegulateToLift 4.91
ObjectTemplate.SetWingToRegulatorRatio 1
Go to the ObjectTemplate properties list page, ObjectTemplate page, All Properties list, or Main scripting page.