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

Private Member Functions

void StatDebugObject (string name, float value, eRemoteDebugType type)
void Debug ()
string GetName ()
eRemoteDebugType GetType ()
string GetValue ()
void SetType (eRemoteDebugType type)

Private Attributes

string m_Name
eRemoteDebugType m_Type
float m_Value

Detailed Description

Definition at line 1 of file statdebugobject.c.

Constructor & Destructor Documentation

◆ StatDebugObject()

void StatDebugObject ( string name,
float value,
eRemoteDebugType type )
inlineprivate

Definition at line 7 of file statdebugobject.c.

References m_Name, m_Type, m_Value, and name.

Member Function Documentation

◆ Debug()

void Debug ( )
inlineprivate

Definition at line 14 of file statdebugobject.c.

References m_Name, m_Value, and PrintString.

◆ GetName()

string GetName ( )
inlineprivate

Definition at line 19 of file statdebugobject.c.

References m_Name.

◆ GetType()

eRemoteDebugType GetType ( )
inlineprivate

Definition at line 34 of file statdebugobject.c.

References m_Type.

Referenced by SerializeNames(), and SerializeValues().

◆ GetValue()

string GetValue ( )
inlineprivate

Definition at line 24 of file statdebugobject.c.

References m_Value.

◆ SetType()

void SetType ( eRemoteDebugType type)
inlineprivate

Definition at line 29 of file statdebugobject.c.

References m_Type.

Field Documentation

◆ m_Name

string m_Name
private

Definition at line 3 of file statdebugobject.c.

Referenced by StatDebugObject(), Debug(), and GetName().

◆ m_Type

eRemoteDebugType m_Type
private

Definition at line 5 of file statdebugobject.c.

Referenced by StatDebugObject(), GetType(), and SetType().

◆ m_Value

float m_Value
private

Definition at line 4 of file statdebugobject.c.

Referenced by StatDebugObject(), Debug(), and GetValue().


The documentation for this class was generated from the following file: