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

Переменные

const int CARS_FLUIDS_TICK = 1
 
const int CARS_LEAK_TICK_MIN = 0.02
 
const int CARS_LEAK_TICK_MAX = 0.05
 
const int CARS_LEAK_THRESHOLD = 0.5
 

Подробное описание

\desc Constants for car fluids

Переменные

◆ CARS_FLUIDS_TICK

const int CARS_FLUIDS_TICK = 1
private

Используется в EOnPostSimulate().

◆ CARS_LEAK_THRESHOLD

const int CARS_LEAK_THRESHOLD = 0.5
private

◆ CARS_LEAK_TICK_MAX

const int CARS_LEAK_TICK_MAX = 0.05
private

◆ CARS_LEAK_TICK_MIN

const int CARS_LEAK_TICK_MIN = 0.02
private