ObjectTemplate.SetEngineType

From Pilot_51's Wiki
Revision as of 21:40, 17 November 2008 by 68.40.243.145 (talk) (New page: == MDT description == This property is used in Engine objects to specify where the engine will generate thrust. It is one of the following: c_ETLand - Thrust generated through child spri...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

MDT description

This property is used in Engine objects to specify where the engine will generate thrust. It is one of the following:

c_ETLand - Thrust generated through child spring objects
c_ETTank - Thrust generated through child spring objects, uses 4 springs for "tank style" steering
c_ETPlane - Thrust generated directly from the engine, does not work underwater 
c_ETSea - Thrust generated directly from the engine, only works underwater
c_ETRocket - Identical to c_ETPlane, except that it does not require input, the engine starts running at creation
c_ETTorpedo - Identical to c_ETSea, except that it does not require input, the engine starts running at creation


Source and more details

Additional Description