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

◆ 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

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

79{
80 ON_LAND,
81 IN_WATER,
83};
@ ON_LAND
if the wheel is on or above land
Определения Car.c:80
@ UNDER_WATER
if the wheel is under a water plane
Определения Car.c:82
@ IN_WATER
if the wheel is partially within some water plane
Определения Car.c:81