Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
DamageData Class Reference

Private Member Functions

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

Private Attributes

float m_ValueBlood
float m_ValueGlobal
float m_ValueShock

Detailed Description

Definition at line 1 of file damagedata.c.

Constructor & Destructor Documentation

◆ DamageData()

void 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 GetValueBlood ( )
inlineprivate

Definition at line 24 of file damagedata.c.

References m_ValueBlood.

Referenced by UpdateDamageWidget().

◆ GetValueGlobal()

float GetValueGlobal ( )
inlineprivate

Definition at line 14 of file damagedata.c.

References m_ValueGlobal.

Referenced by UpdateDamageWidget().

◆ GetValueShock()

float GetValueShock ( )
inlineprivate

Definition at line 19 of file damagedata.c.

References m_ValueShock.

Referenced by UpdateDamageWidget().

Field Documentation

◆ m_ValueBlood

float m_ValueBlood
private

Definition at line 4 of file damagedata.c.

Referenced by DamageData(), and GetValueBlood().

◆ m_ValueGlobal

float m_ValueGlobal
private

Definition at line 3 of file damagedata.c.

Referenced by DamageData(), and GetValueGlobal().

◆ m_ValueShock

float 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:
  • F:/Games/Dayz/scripts/4_world/classes/remoteplayerdebug/damagedata.c