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

◆ BoatSoundCtrl

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

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

indicates if engine is ON

SPEED 

speed of the boat in km/h

PLAYER 

indicates if driver is controlled by player

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

3{
4 // simulation
5 ENGINE,
6 SPEED,
7
8 // miscellaneous
9 PLAYER
10};
@ 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