![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Private Member Functions | |
| void | RemotePlayerDamageDebug (PlayerBase player) |
| void | AddDamage (float value_global, float value_blood, float value_shock) |
| void | Debug () |
| void | Get (array< ref DamageData > damage_list) |
| PlayerBase | GetPlayer () |
| void | GetReversed (array< ref DamageData > damage_list) |
| void | InsertDamageObject (DamageData damage_object) |
| void | Serialize (array< ref RemotePlayerDamageDebug > list) |
Private Attributes | |
| bool | m_ChangedSinceSerialization |
| ref array< ref DamageData > | m_DamageList = new array<ref DamageData> |
| PlayerBase | m_Player |
| const int | MAX_DAMAGE_RECORDS = 5 |
Definition at line 1 of file remoteplayerdamagedebug.c.
|
inlineprivate |
Definition at line 9 of file remoteplayerdamagedebug.c.
References m_Player.
Definition at line 14 of file remoteplayerdamagedebug.c.
References m_ChangedSinceSerialization, m_DamageList, and MAX_DAMAGE_RECORDS.
Referenced by PluginBase::OnDamageEvent().
|
inlineprivate |
Definition at line 63 of file remoteplayerdamagedebug.c.
References m_DamageList, m_Player, and PrintString.
Referenced by DebugDamage(), and OnRPC().
|
inlineprivate |
Definition at line 37 of file remoteplayerdamagedebug.c.
References m_DamageList.
|
inlineprivate |
Definition at line 31 of file remoteplayerdamagedebug.c.
References m_Player.
Referenced by OnRPC().
|
inlineprivate |
Definition at line 45 of file remoteplayerdamagedebug.c.
References m_DamageList.
Referenced by UpdateDamageWidget().
|
inlineprivate |
Definition at line 25 of file remoteplayerdamagedebug.c.
References m_DamageList.
Referenced by MergeDamage().
|
inlineprivate |
Definition at line 54 of file remoteplayerdamagedebug.c.
References m_ChangedSinceSerialization.
|
private |
Definition at line 5 of file remoteplayerdamagedebug.c.
Referenced by AddDamage(), and Serialize().
|
private |
Definition at line 7 of file remoteplayerdamagedebug.c.
Referenced by AddDamage(), Debug(), Get(), GetReversed(), and InsertDamageObject().
|
private |
Definition at line 4 of file remoteplayerdamagedebug.c.
Referenced by RemotePlayerDamageDebug(), Debug(), and GetPlayer().
|
private |
Definition at line 3 of file remoteplayerdamagedebug.c.
Referenced by AddDamage().