Dayz Explorer
1.24.157551 (v105080)
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 | RemotePlayerStatDebug (PlayerBase player) |
void | Init () |
Launched from 'DayZGame.DeferredInit' to make earlier access, use, and updates impossible (downside of a non-static system) More... | |
PlayerBase | GetPlayer () |
void | UpdatePlayerStatsValues () |
void | InjectDamageSystemValues () |
void | SerializeNames (array< string > names, eRemoteDebugType type) |
void | SerializeValues (array< string > values, eRemoteDebugType type) |
void | Debug () |
Variables | |
enum eRemoteStatType | m_Player |
ref array< ref StatDebugObject > | m_Stats = new array<ref StatDebugObject> |
string | m_Name |
vector | m_Pos |
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.
PlayerBase GetPlayer | ( | ) |
Definition at line 31 of file remoteplayerstatdebug.c.
void Init | ( | ) |
Launched from 'DayZGame.DeferredInit' to make earlier access, use, and updates impossible (downside of a non-static system)
Definition at line 23 of file remoteplayerstatdebug.c.
void InjectDamageSystemValues | ( | ) |
Definition at line 41 of file remoteplayerstatdebug.c.
void RemotePlayerStatDebug | ( | PlayerBase | player | ) |
Definition at line 16 of file remoteplayerstatdebug.c.
void SerializeNames | ( | array< string > | names, |
eRemoteDebugType | type | ||
) |
Definition at line 48 of file remoteplayerstatdebug.c.
void SerializeValues | ( | array< string > | values, |
eRemoteDebugType | type | ||
) |
Definition at line 68 of file remoteplayerstatdebug.c.
void UpdatePlayerStatsValues | ( | ) |
Definition at line 36 of file remoteplayerstatdebug.c.
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.
ref array<ref StatDebugObject> m_Stats = new array<ref StatDebugObject> |
Definition at line 13 of file remoteplayerstatdebug.c.