Data Structures | |
class | CarOwnerState |
class | CarMove |
class | Transport |
Native class for boats - handles physics simulation. More... | |
class | CarController |
DEPRECATED class left for backwards compatibility, methods are available on car itself now. More... | |
Enumerations | |
enum | CarSoundCtrl { ENGINE , RPM , SPEED , DOORS , PLAYER } |
Car's sound controller list. (native, do not change or extend) More... | |
enum | CarFluid { FUEL , OIL , BRAKE , COOLANT , USER1 , USER2 , USER3 , USER4 } |
Type of vehicle's fluid. (native, do not change or extend) More... | |
enum | CarGearboxType { MANUAL , AUTOMATIC } |
Enumerated gearbox types. (native, do not change or extend) More... | |
enum | CarAutomaticGearboxMode { P , R , N , D } |
Enumerated automatic gearbox modes. (native, do not change or extend) More... | |
enum | CarWheelWaterState { ON_LAND , IN_WATER , UNDER_WATER } |
Enumerated car wheel water state. (native, do not change or extend) More... | |
Variables | |
enum CarGearboxType | REVERSE |
Enumerated vehicle's gears. (native, do not change or extend) | |
enum CarGearboxType | NEUTRAL |
enum CarGearboxType | FIRST = 1 |
enum CarGearboxType | SECOND = 2 |
enum CarGearboxType | THIRD |
enum CarGearboxType | FOURTH |
enum CarGearboxType | FIFTH |
enum CarGearboxType | SIXTH |
enum CarGearboxType | SEVENTH |
enum CarGearboxType | EIGTH |
enum CarGearboxType | NINTH |
enum CarGearboxType | TENTH |
enum CarGearboxType | ELEVENTH |
enum CarGearboxType | TWELFTH |
enum CarGearboxType | THIRTEENTH |
enum CarGearboxType | FOURTEENTH |
enum CarGearboxType | FIFTEENTH |
enum CarGearboxType | SIXTEENTH |
enum CarFluid |
enum CarGearboxType |
enum CarSoundCtrl |
Car's sound controller list. (native, do not change or extend)
Enumerator | |
---|---|
ENGINE | indicates if engine is ON |
RPM | engine's RPM |
SPEED | speed of the car in km/h |
DOORS | indicates if doors are open |
PLAYER | indicates if driver is controlled by player |
enum CarWheelWaterState |
enum CarGearboxType EIGTH |
enum CarGearboxType ELEVENTH |
enum CarGearboxType FIFTEENTH |
enum CarGearboxType FIFTH |
FIRST = 1 |
enum CarGearboxType FOURTEENTH |
enum CarGearboxType FOURTH |
enum CarGearboxType NEUTRAL |
enum CarGearboxType NINTH |
enum CarGearboxType REVERSE |
Enumerated vehicle's gears. (native, do not change or extend)
SECOND = 2 |
enum CarGearboxType SEVENTH |
enum CarGearboxType SIXTEENTH |
enum CarGearboxType SIXTH |
enum CarGearboxType TENTH |
enum CarGearboxType THIRD |
enum CarGearboxType THIRTEENTH |
enum CarGearboxType TWELFTH |