DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ 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

См. определение в файле Car.c строка 3

4{
5 // simulation
6 ENGINE,
7 RPM,
8 SPEED,
9
10 // miscellaneous
11 DOORS,
12 PLAYER
13};
@ SPEED
speed of the boat in km/h
Определения Boat.c:6
@ ENGINE
indicates if engine is ON
Определения Boat.c:5
@ PLAYER
indicates if driver is controlled by player
Определения Boat.c:9
@ RPM
engine's RPM
Определения Car.c:7
@ DOORS
indicates if doors are open
Определения Car.c:11