Usage:
ObjectTemplate.GearDownEngineInput
number
Argument values:
argument 1: | range is 0.55 to 0.8; most commonly 0.55 |
Description: This property is used exclusively in Battlefield Vietnam. Equivalent to SetGearDownEngineInput.
Related properties: Acceleration, GearDownHeight, GearUpEngineInput, HasMobilePhysics
Used in object types (and how often in each type): LandingGear (31%)
Used in a total of 4 .con files: Objects.con
Parent directory of these .con files: vietnamObjects/Vehicles
Example: (from vietnamObjects/Vehicles/Air/MiG17/Objects.con)
rem *** Mig17_LandingGearL ***
ObjectTemplate.Create LandingGear Mig17_LandingGearL
rem ObjectTemplate.loadSoundScript ../Common/Sounds/LandingGear.ssc
rem ObjectTemplate.networkableInfo Mig17_wing_info
ObjectTemplate.HasMobilePhysics 1
ObjectTemplate.HasCollisionPhysics 1
ObjectTemplate.HasResponsePhysics 1
rem -------------------------------------
ObjectTemplate.AddTemplate Mig17_LeftWheelPivot
ObjectTemplate.SetPosition 0.076/-1.116/-0.013
ObjectTemplate.SetRotation 45/0/0
ObjectTemplate.AddTemplate Mig17WheelCoverL
ObjectTemplate.SetPosition 0/0/0
ObjectTemplate.SetRotation 32.989/0.827/0.351
rem ObjectTemplate.AddTemplate Mig17WheelCoverSpokeL
rem ObjectTemplate.setPosition 0/0.239/0
rem ObjectTemplate.setRotation 15.419/6.776/37.784
rem ObjectTemplate.addTemplate Mig17_WheelLeft
rem ObjectTemplate.setPosition -0.198/-1.112/-0.053
rem -------------------------------------
ObjectTemplate.MaxRotation 0/0/90
ObjectTemplate.MaxSpeed 0/0/50
ObjectTemplate.Acceleration 0/0/80
ObjectTemplate.GearDownHeight 25
rem ObjectTemplate.gearUpHeight 26
ObjectTemplate.GearDownEngineInput 0.55
ObjectTemplate.GearUpEngineInput 0.8
Go to the ObjectTemplate properties list page, ObjectTemplate page, All Properties list, or Main scripting page.