DayZ 1.24
Loading...
Searching...
No Matches
InjuryHandlerThresholds Class Reference
Collaboration diagram for InjuryHandlerThresholds:
[legend]

Private Attributes

const float WORN = 0.5
 
const float DAMAGED = 0.3
 
const float BADLY_DAMAGED = 0.2
 
const float RUINED = 0.1
 

Detailed Description

Definition at line 1 of file InjuryHandler.c.

Member Data Documentation

◆ BADLY_DAMAGED

const float InjuryHandlerThresholds::BADLY_DAMAGED = 0.2
private

Definition at line 5 of file InjuryHandler.c.

Referenced by GetInjuryLevel().

◆ DAMAGED

const float InjuryHandlerThresholds::DAMAGED = 0.3
private

Definition at line 4 of file InjuryHandler.c.

Referenced by GetInjuryLevel().

◆ RUINED

const float InjuryHandlerThresholds::RUINED = 0.1
private

Definition at line 6 of file InjuryHandler.c.

Referenced by GetInjuryLevel().

◆ WORN

const float InjuryHandlerThresholds::WORN = 0.5
private

Definition at line 3 of file InjuryHandler.c.

Referenced by GetInjuryLevel().


The documentation for this class was generated from the following file: