![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
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 |
Definition at line 1 of file statdebugobject.c.
|
inlineprivate |
|
inlineprivate |
Definition at line 14 of file statdebugobject.c.
References m_Name, m_Value, and PrintString.
|
inlineprivate |
Definition at line 19 of file statdebugobject.c.
References m_Name.
|
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.
|
inlineprivate |
Definition at line 29 of file statdebugobject.c.
References m_Type.
|
private |
Definition at line 3 of file statdebugobject.c.
Referenced by StatDebugObject(), Debug(), and GetName().
|
private |
Definition at line 5 of file statdebugobject.c.
Referenced by StatDebugObject(), GetType(), and SetType().
|
private |
Definition at line 4 of file statdebugobject.c.
Referenced by StatDebugObject(), Debug(), and GetValue().