![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Protected Attributes | |
| bool | m_bIsFullBody |
| int | m_Category |
| int | m_iStanceMask |
| int | m_iUserData |
| string | m_Name |
Private Member Functions | |
| void | PluginDayzPlayerDebugUserData (string name, int category, int pUserData, bool pFullBody, int pStanceMask=-1) |
| int | GetCategory () |
| int | GetInt () |
| string | GetName () |
| string | GetNameUnique () |
| int | GetStanceMask () |
| bool | IsFullBody () |
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 DisplayActions(), and GetNameUnique().
|
inlineprivate |
Definition at line 15 of file plugindayzplayerdebug.c.
References m_iUserData.
Referenced by Actions_Start().
|
inlineprivate |
Definition at line 35 of file plugindayzplayerdebug.c.
References m_Name.
Referenced by DisplayActions().
|
inlineprivate |
Definition at line 39 of file plugindayzplayerdebug.c.
References GetCategory(), and m_Name.
Referenced by RegisterAnimation().
|
inlineprivate |
Definition at line 25 of file plugindayzplayerdebug.c.
References m_iStanceMask.
Referenced by Actions_Start().
|
inlineprivate |
Definition at line 20 of file plugindayzplayerdebug.c.
References m_bIsFullBody.
Referenced by Actions_Start().
|
protected |
Definition at line 45 of file plugindayzplayerdebug.c.
Referenced by PluginDayzPlayerDebugUserData(), and IsFullBody().
|
protected |
Definition at line 47 of file plugindayzplayerdebug.c.
Referenced by PluginDayzPlayerDebugUserData(), and GetCategory().
|
protected |
Definition at line 46 of file plugindayzplayerdebug.c.
Referenced by PluginDayzPlayerDebugUserData(), and GetStanceMask().
|
protected |
Definition at line 44 of file plugindayzplayerdebug.c.
Referenced by PluginDayzPlayerDebugUserData(), and GetInt().
|
protected |
Definition at line 48 of file plugindayzplayerdebug.c.
Referenced by PluginDayzPlayerDebugUserData(), GetName(), and GetNameUnique().