DayZ 1.24
|
Private Member Functions | |
void | StatDebugObject (string name, float value, eRemoteDebugType type) |
void | Debug () |
string | GetName () |
string | GetValue () |
void | SetType (eRemoteDebugType type) |
eRemoteDebugType | GetType () |
Private Attributes | |
string | m_Name |
float | m_Value |
eRemoteDebugType | m_Type |
Definition at line 1 of file StatDebugObject.c.
|
inlineprivate |
Definition at line 7 of file StatDebugObject.c.
|
inlineprivate |
Definition at line 14 of file StatDebugObject.c.
References m_Name, m_Value, PrintString(), and float::ToString().
|
inlineprivate |
|
inlineprivate |
Definition at line 34 of file StatDebugObject.c.
References m_Type.
Referenced by SerializeNames(), and SerializeValues().
|
inlineprivate |
Definition at line 24 of file StatDebugObject.c.
References m_Value, and float::ToString().
|
inlineprivate |
|
private |
Definition at line 3 of file StatDebugObject.c.
Referenced by Debug(), GetName(), and StatDebugObject().
|
private |
Definition at line 5 of file StatDebugObject.c.
Referenced by GetType(), SetType(), and StatDebugObject().
|
private |
Definition at line 4 of file StatDebugObject.c.
Referenced by Debug(), GetValue(), and StatDebugObject().