![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Enumerations | |
| enum | eRemoteStatType { NONE , DAMAGE_SYSTEM = 1 , PLAYER_STATS = 2 , OTHER = 4 } |
Functions | |
| void | Debug () |
| PlayerBase | GetPlayer () |
| void | Init () |
| void | InjectDamageSystemValues () |
| void | RemotePlayerStatDebug (PlayerBase player) |
| void | SerializeNames (array< string > names, eRemoteDebugType type) |
| void | SerializeValues (array< string > values, eRemoteDebugType type) |
| void | UpdatePlayerStatsValues () |
Variables | |
| string | m_Name |
| enum eRemoteStatType | m_Player |
| vector | m_Pos |
| ref array< ref StatDebugObject > | m_Stats = new array<ref StatDebugObject> |
| enum eRemoteStatType |
| Enumerator | |
|---|---|
| NONE | |
| DAMAGE_SYSTEM | |
| PLAYER_STATS | |
| OTHER | |
Definition at line 1 of file remoteplayerstatdebug.c.
| void Debug | ( | ) |
Definition at line 88 of file remoteplayerstatdebug.c.
References m_Stats.
| PlayerBase GetPlayer | ( | ) |
Definition at line 31 of file remoteplayerstatdebug.c.
| void Init | ( | ) |
Definition at line 23 of file remoteplayerstatdebug.c.
References InjectDamageSystemValues(), m_Name, m_Pos, and UpdatePlayerStatsValues().
| void InjectDamageSystemValues | ( | ) |
| void RemotePlayerStatDebug | ( | PlayerBase | player | ) |
Definition at line 16 of file remoteplayerstatdebug.c.
References Init().
Referenced by PluginBase::GatherPlayerInfo(), ScriptConsoleGeneralTab::Update(), UpdateStatsWidget(), and UpdateWidgetsStats().
| void SerializeNames | ( | array< string > | names, |
| eRemoteDebugType | type ) |
Definition at line 48 of file remoteplayerstatdebug.c.
References StatDebugObject::GetType(), and m_Stats.
| void SerializeValues | ( | array< string > | values, |
| eRemoteDebugType | type ) |
Definition at line 68 of file remoteplayerstatdebug.c.
References StatDebugObject::GetType(), and m_Stats.
| void UpdatePlayerStatsValues | ( | ) |
| string m_Name |
Definition at line 14 of file remoteplayerstatdebug.c.
| enum eRemoteStatType m_Player |
| vector m_Pos |
Definition at line 15 of file remoteplayerstatdebug.c.
Referenced by Init().
| ref array<ref StatDebugObject> m_Stats = new array<ref StatDebugObject> |
Definition at line 13 of file remoteplayerstatdebug.c.
Referenced by Debug(), InjectDamageSystemValues(), SerializeNames(), SerializeValues(), and UpdatePlayerStatsValues().