DayZ 1.24
Loading...
Searching...
No Matches
Cars Contact
Collaboration diagram for Cars Contact:

Variables

const float GameConstants::CARS_CONTACT_DMG_THRESHOLD = 750.0
 
const float GameConstants::CARS_CONTACT_DMG_MIN = 150.0
 
const float GameConstants::CARS_CONTACT_DMG_KILLCREW = 1200.0
 

Detailed Description

\desc Constants for car contact event

Variable Documentation

◆ CARS_CONTACT_DMG_KILLCREW

const float GameConstants::CARS_CONTACT_DMG_KILLCREW = 1200.0
private

Definition at line 749 of file constants.c.

Referenced by DamageCrew().

◆ CARS_CONTACT_DMG_MIN

const float GameConstants::CARS_CONTACT_DMG_MIN = 150.0
private

Definition at line 748 of file constants.c.

Referenced by CheckContactCache().

◆ CARS_CONTACT_DMG_THRESHOLD

const float GameConstants::CARS_CONTACT_DMG_THRESHOLD = 750.0
private

Definition at line 747 of file constants.c.

Referenced by CheckContactCache(), and DamageCrew().