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 64 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 17 of file Car.c.
18{
23
28};
@ USER4
reserved for user / modding support
@ USER1
reserved for user / modding support
@ USER2
reserved for user / modding support
@ USER3
reserved for user / modding support
◆ 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 32 of file Car.c.
33{
36}
@ AUTOMATIC
automatic transmission with torque converter between engine and gearbox
@ MANUAL
classic manual transmission with friction plates between engine and gearbox
◆ 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.
4{
5
9
10
13};
@ SPEED
speed of the car in km/h
@ DOORS
indicates if doors are open
@ ENGINE
indicates if engine is ON
@ PLAYER
indicates if driver is controlled by player
◆ 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