Go to the source code of this file.
|
| class | Transport |
| | Base native class for all motorized wheeled vehicles. More...
|
| |
| class | CarController |
| | DEPRECATED class left for backwards compatibility, methods are available on car itself now. More...
|
| |
|
| 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...
|
| |
◆ CarAutomaticGearboxMode
Enumerated automatic gearbox modes. (native, do not change or extend)
| Enumerator |
|---|
| P | park
|
| R | reverse
|
| N | neutral
|
| D | drive
|
Definition at line 68 of file car.c.
◆ CarFluid
Type of vehicle's fluid. (native, do not change or extend)
| Enumerator |
|---|
| FUEL | |
| OIL | |
| BRAKE | |
| COOLANT | |
| USER1 | reserved for user / modding support
|
| USER2 | reserved for user / modding support
|
| USER3 | reserved for user / modding support
|
| USER4 | reserved for user / modding support
|
Definition at line 18 of file car.c.
◆ CarGearboxType
Enumerated gearbox types. (native, do not change or extend)
| Enumerator |
|---|
| MANUAL | classic manual transmission with friction plates between engine and gearbox
|
| AUTOMATIC | automatic transmission with torque converter between engine and gearbox
|
Definition at line 34 of file car.c.
◆ 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
|
Definition at line 3 of file car.c.
◆ EIGTH
◆ ELEVENTH
◆ FIFTEENTH
◆ FIFTH
◆ FIRST
◆ FOURTEENTH
◆ FOURTH
◆ NEUTRAL
◆ NINTH
◆ REVERSE
Enumerated vehicle's gears. (native, do not change or extend)
◆ SECOND
◆ SEVENTH
◆ SIXTEENTH
◆ SIXTH
◆ TENTH
◆ THIRD
◆ THIRTEENTH
◆ TWELFTH