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

Private Member Functions

void DamageData (float value_global, float value_blood, float value_shock)
 
float GetValueGlobal ()
 
float GetValueShock ()
 
float GetValueBlood ()
 

Private Attributes

float m_ValueGlobal
 
float m_ValueBlood
 
float m_ValueShock
 

Detailed Description

Definition at line 1 of file DamageData.c.

Constructor & Destructor Documentation

◆ DamageData()

void DamageData::DamageData ( float value_global,
float value_blood,
float value_shock )
inlineprivate

Definition at line 7 of file DamageData.c.

References m_ValueBlood, m_ValueGlobal, and m_ValueShock.

Member Function Documentation

◆ GetValueBlood()

float DamageData::GetValueBlood ( )
inlineprivate

Definition at line 24 of file DamageData.c.

25 {
26 return m_ValueBlood;
27 }

References m_ValueBlood.

◆ GetValueGlobal()

float DamageData::GetValueGlobal ( )
inlineprivate

Definition at line 14 of file DamageData.c.

15 {
16 return m_ValueGlobal;
17 }

References m_ValueGlobal.

◆ GetValueShock()

float DamageData::GetValueShock ( )
inlineprivate

Definition at line 19 of file DamageData.c.

20 {
21 return m_ValueShock;
22 }

References m_ValueShock.

Member Data Documentation

◆ m_ValueBlood

float DamageData::m_ValueBlood
private

Definition at line 4 of file DamageData.c.

Referenced by DamageData(), and GetValueBlood().

◆ m_ValueGlobal

float DamageData::m_ValueGlobal
private

Definition at line 3 of file DamageData.c.

Referenced by DamageData(), and GetValueGlobal().

◆ m_ValueShock

float DamageData::m_ValueShock
private

Definition at line 5 of file DamageData.c.

Referenced by DamageData(), and GetValueShock().


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