Template:Handling Properties: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<div style="border:3px solid red;margin-bottom:3px;padding-left:5px;"><div style="float:right;padding-right:5px;font-weight:bold;"></div> * '''editting..''': blah </div>") |
No edit summary |
||
Line 1: | Line 1: | ||
<div style="border:3px solid red;margin-bottom:3px;padding-left:5px;"><div style="float:right;padding-right:5px;font-weight:bold;"></div> | <div style="border:3px solid red;margin-bottom:3px;padding-left:5px;"><div style="float:right;padding-right:5px;font-weight:bold;"></div> | ||
* ''' | -- Limits coming later. http://projectcerbera.com/gta/sa/tutorials/handling | ||
* '''mass''': float | |||
* '''turnMass''': float | |||
* '''dragCoeff''': float | |||
* '''centerOfMass''': table (table[1] = posX, table[2] = posY, table[3] = posZ) | |||
* '''percentSubmerged''': integer | |||
* '''tractionMultiplier''': float | |||
* '''tractionLoss''': float | |||
* '''tractionBias''': float | |||
* '''numberOfGears''': integer | |||
* '''engineAcceleration''': float | |||
* '''engineInertia''': float | |||
* '''driveType''': string (fwd, rwd, awd) | |||
* '''engineType''': string (petrol, diesel, electric) | |||
* '''brakeDeceleration''': float | |||
* '''brakeBias''': float | |||
* '''ABS''': bool (true, false) DOESN'T WORK | |||
* '''steeringLock''': float | |||
* '''suspensionForceLevel''': float | |||
* '''suspensionDamping''': float | |||
* '''suspensionHighSpeedDamping''': float | |||
* '''suspensionUpperLimit''': float | |||
* '''suspensionLowerLimit''': float | |||
* '''suspensionFrontRearBias''': float | |||
* '''suspensionAntiDiveMultiplier''': float | |||
* '''seatOffsetDistance''': float | |||
* '''collisionDamageMultiplier''': float | |||
* '''animGroup''': ??? | |||
</div> | </div> |
Revision as of 10:24, 7 May 2011
-- Limits coming later. http://projectcerbera.com/gta/sa/tutorials/handling
- mass: float
- turnMass: float
- dragCoeff: float
- centerOfMass: table (table[1] = posX, table[2] = posY, table[3] = posZ)
- percentSubmerged: integer
- tractionMultiplier: float
- tractionLoss: float
- tractionBias: float
- numberOfGears: integer
- engineAcceleration: float
- engineInertia: float
- driveType: string (fwd, rwd, awd)
- engineType: string (petrol, diesel, electric)
- brakeDeceleration: float
- brakeBias: float
- ABS: bool (true, false) DOESN'T WORK
- steeringLock: float
- suspensionForceLevel: float
- suspensionDamping: float
- suspensionHighSpeedDamping: float
- suspensionUpperLimit: float
- suspensionLowerLimit: float
- suspensionFrontRearBias: float
- suspensionAntiDiveMultiplier: float
- seatOffsetDistance: float
- collisionDamageMultiplier: float
- animGroup: ???