DayZ 1.26
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
Файл Car.c

См. исходные тексты.

Структуры данных

class  Transport
 Base native class for all motorized wheeled vehicles. Подробнее...
 
class  CarController
 DEPRECATED class left for backwards compatibility, methods are available on car itself now. Подробнее...
 

Перечисления

enum  CarSoundCtrl {
  ENGINE , RPM , SPEED , DOORS ,
  PLAYER
}
 Car's sound controller list. (native, do not change or extend) Подробнее...
 
enum  CarFluid {
  FUEL , OIL , BRAKE , COOLANT ,
  USER1 , USER2 , USER3 , USER4
}
 Type of vehicle's fluid. (native, do not change or extend) Подробнее...
 
enum  CarGearboxType { MANUAL , AUTOMATIC }
 Enumerated gearbox types. (native, do not change or extend) Подробнее...
 
enum  CarAutomaticGearboxMode { P , R , N , D }
 Enumerated automatic gearbox modes. (native, do not change or extend) Подробнее...
 
enum  CarWheelWaterState { ON_LAND , IN_WATER , UNDER_WATER }
 Enumerated car wheel water state. (native, do not change or extend) Подробнее...
 

Переменные

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
 

Перечисления

◆ CarAutomaticGearboxMode

Enumerated automatic gearbox modes. (native, do not change or extend)

Элементы перечислений

park

reverse

neutral

drive

69{
70 P,
71 R,
72 N,
73 D
74};
@ R
reverse
Definition Car.c:71
@ N
neutral
Definition Car.c:72
@ D
drive
Definition Car.c:73
@ P
park
Definition Car.c:70

◆ CarFluid

Type of vehicle's fluid. (native, do not change or extend)

Элементы перечислений
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

19{
20 FUEL,
21 OIL,
22 BRAKE,
23 COOLANT,
24
25 USER1,
26 USER2,
27 USER3,
28 USER4
29};
@ USER4
reserved for user / modding support
Definition Car.c:28
@ OIL
Definition Car.c:21
@ USER1
reserved for user / modding support
Definition Car.c:25
@ USER2
reserved for user / modding support
Definition Car.c:26
@ BRAKE
Definition Car.c:22
@ FUEL
Definition Car.c:20
@ COOLANT
Definition Car.c:23
@ USER3
reserved for user / modding support
Definition Car.c:27

◆ CarGearboxType

Enumerated gearbox types. (native, do not change or extend)

Элементы перечислений
MANUAL 

classic manual transmission with friction plates between engine and gearbox

AUTOMATIC 

automatic transmission with torque converter between engine and gearbox

35{
36 MANUAL,
38}
@ AUTOMATIC
automatic transmission with torque converter between engine and gearbox
Definition Car.c:37
@ MANUAL
classic manual transmission with friction plates between engine and gearbox
Definition Car.c:36

◆ CarSoundCtrl

Car's sound controller list. (native, do not change or extend)

Элементы перечислений
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

4{
5 // simulation
6 ENGINE,
7 RPM,
8 SPEED,
9
10 // miscellaneous
11 DOORS,
12 PLAYER
13};
@ SPEED
speed of the car in km/h
Definition Car.c:8
@ RPM
engine's RPM
Definition Car.c:7
@ DOORS
indicates if doors are open
Definition Car.c:11
@ ENGINE
indicates if engine is ON
Definition Car.c:6
@ PLAYER
indicates if driver is controlled by player
Definition Car.c:12

◆ CarWheelWaterState

Enumerated car wheel water state. (native, do not change or extend)

Элементы перечислений
ON_LAND 

if the wheel is on or above land

IN_WATER 

if the wheel is partially within some water plane

UNDER_WATER 

if the wheel is under a water plane

79{
80 ON_LAND,
81 IN_WATER,
83};
@ ON_LAND
if the wheel is on or above land
Definition Car.c:80
@ UNDER_WATER
if the wheel is under a water plane
Definition Car.c:82
@ IN_WATER
if the wheel is partially within some water plane
Definition Car.c:81

Переменные

◆ EIGTH

◆ ELEVENTH

enum CarGearboxType ELEVENTH

◆ FIFTEENTH

enum CarGearboxType FIFTEENTH

◆ FIFTH

◆ FIRST

FIRST = 1

◆ FOURTEENTH

enum CarGearboxType FOURTEENTH

◆ FOURTH

◆ NEUTRAL

◆ NINTH

◆ REVERSE

Enumerated vehicle's gears. (native, do not change or extend)

◆ SECOND

SECOND = 2

◆ SEVENTH

◆ SIXTEENTH

enum CarGearboxType SIXTEENTH

◆ SIXTH

◆ TENTH

◆ THIRD

◆ THIRTEENTH

enum CarGearboxType THIRTEENTH

◆ TWELFTH