Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
remoteplayerstatdebug.c File Reference

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 StatDebugObjectm_Stats = new array<ref StatDebugObject>
 
string m_Name
 
vector m_Pos
 

Enumeration Type Documentation

◆ eRemoteStatType

Enumerator
NONE 
DAMAGE_SYSTEM 
PLAYER_STATS 
OTHER 

Definition at line 1 of file remoteplayerstatdebug.c.

Function Documentation

◆ Debug()

void Debug ( )

Definition at line 88 of file remoteplayerstatdebug.c.

◆ GetPlayer()

PlayerBase GetPlayer ( )

Definition at line 31 of file remoteplayerstatdebug.c.

◆ Init()

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.

◆ InjectDamageSystemValues()

void InjectDamageSystemValues ( )

Definition at line 41 of file remoteplayerstatdebug.c.

◆ RemotePlayerStatDebug()

void RemotePlayerStatDebug ( PlayerBase  player)

Definition at line 16 of file remoteplayerstatdebug.c.

◆ SerializeNames()

void SerializeNames ( array< string names,
eRemoteDebugType  type 
)

Definition at line 48 of file remoteplayerstatdebug.c.

◆ SerializeValues()

void SerializeValues ( array< string values,
eRemoteDebugType  type 
)

Definition at line 68 of file remoteplayerstatdebug.c.

◆ UpdatePlayerStatsValues()

void UpdatePlayerStatsValues ( )

Definition at line 36 of file remoteplayerstatdebug.c.

Variable Documentation

◆ m_Name

string m_Name

Definition at line 14 of file remoteplayerstatdebug.c.

◆ m_Player

enum eRemoteStatType m_Player

◆ m_Pos

vector m_Pos

Definition at line 15 of file remoteplayerstatdebug.c.

◆ m_Stats

ref array<ref StatDebugObject> m_Stats = new array<ref StatDebugObject>

Definition at line 13 of file remoteplayerstatdebug.c.