PC Stable Documentation
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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_TICK_MIN = 0.02
 
const int CARS_LEAK_TICK_MAX = 0.05
 
const int CARS_LEAK_THRESHOLD = 0.5
 

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

Referenced by 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