DayZ 1.24
|
Protected Attributes | |
int | m_iUserData |
bool | m_bIsFullBody |
int | m_iStanceMask |
int | m_Category |
string | m_Name |
Private Member Functions | |
void | PluginDayzPlayerDebugUserData (string name, int category, int pUserData, bool pFullBody, int pStanceMask=-1) |
int | GetInt () |
bool | IsFullBody () |
int | GetStanceMask () |
int | GetCategory () |
string | GetName () |
string | GetNameUnique () |
Definition at line 4 of file PluginDayzPlayerDebug.c.
|
inlineprivate |
Definition at line 6 of file PluginDayzPlayerDebug.c.
References m_bIsFullBody, m_Category, m_iStanceMask, m_iUserData, m_Name, and name.
|
inlineprivate |
Definition at line 30 of file PluginDayzPlayerDebug.c.
References m_Category.
Referenced by GetNameUnique().
|
inlineprivate |
Definition at line 15 of file PluginDayzPlayerDebug.c.
References m_iUserData.
|
inlineprivate |
Definition at line 35 of file PluginDayzPlayerDebug.c.
References m_Name.
|
inlineprivate |
Definition at line 39 of file PluginDayzPlayerDebug.c.
References GetCategory(), and m_Name.
|
inlineprivate |
Definition at line 25 of file PluginDayzPlayerDebug.c.
References m_iStanceMask.
|
inlineprivate |
Definition at line 20 of file PluginDayzPlayerDebug.c.
References m_bIsFullBody.
|
protected |
Definition at line 45 of file PluginDayzPlayerDebug.c.
Referenced by IsFullBody(), and PluginDayzPlayerDebugUserData().
|
protected |
Definition at line 47 of file PluginDayzPlayerDebug.c.
Referenced by GetCategory(), and PluginDayzPlayerDebugUserData().
|
protected |
Definition at line 46 of file PluginDayzPlayerDebug.c.
Referenced by GetStanceMask(), and PluginDayzPlayerDebugUserData().
|
protected |
Definition at line 44 of file PluginDayzPlayerDebug.c.
Referenced by GetInt(), and PluginDayzPlayerDebugUserData().
|
protected |
Definition at line 48 of file PluginDayzPlayerDebug.c.
Referenced by GetName(), GetNameUnique(), and PluginDayzPlayerDebugUserData().