rem *** Yak9LandingGearL ***(无意义的语句)
ObjectTemplate.create LandingGear Yak9LandingGearL(创建起落架 名称)
ObjectTemplate.loadSoundScript ../Common/Sounds/LandingGear.ssc(大概是收放时的声音吧)
ObjectTemplate.geometry yak9_wheelF_flapL_m1(起落架模型)
ObjectTemplate.hasMobilePhysics 1(以下三句大概是使辅助体有效的语句吧)
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.hasResponsePhysics 1
rem -------------------------------------
ObjectTemplate.addTemplate Yak9WheelLeft(填加一个轮子)
ObjectTemplate.setPosition 0.08/-1.1/0.1(轮子的位置)
rem -------------------------------------
ObjectTemplate.setMaxRotation 0/0/84(转向角度,即收起时的角度)
ObjectTemplate.setMaxSpeed 0/0/32(收放速度)
ObjectTemplate.setAcceleration 0/-5/85(加速度?)
ObjectTemplate.setGearDownHeight 25(放下时的高度)
ObjectTemplate.setGearDownEngineInput 0.55(放下时的速度)
ObjectTemplate.setGearUpEngineInput 0.8(收起时的速度)