Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
Cars Fluids

If the vehicle is not facing directly up, then don't use the "wheels early exit optimization". More...

Variables

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

Detailed Description

If the vehicle is not facing directly up, then don't use the "wheels early exit optimization".

\desc Constants for car fluids

Variable Documentation

◆ CARS_FLUIDS_TICK

const int CARS_FLUIDS_TICK = 1
private

Definition at line 830 of file constants.c.

Referenced by Car::EOnPostSimulate().

◆ CARS_LEAK_THRESHOLD

const int CARS_LEAK_THRESHOLD = 0.5
private

Definition at line 833 of file constants.c.

◆ CARS_LEAK_TICK_MAX

const int CARS_LEAK_TICK_MAX = 0.05
private

Definition at line 832 of file constants.c.

◆ CARS_LEAK_TICK_MIN

const int CARS_LEAK_TICK_MIN = 0.02
private

Definition at line 831 of file constants.c.