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

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 ()

Detailed Description

Definition at line 4 of file plugindayzplayerdebug.c.

Constructor & Destructor Documentation

◆ PluginDayzPlayerDebugUserData()

void PluginDayzPlayerDebugUserData ( string name,
int category,
int pUserData,
bool pFullBody,
int pStanceMask = -1 )
inlineprivate

Definition at line 6 of file plugindayzplayerdebug.c.

References m_bIsFullBody, m_Category, m_iStanceMask, m_iUserData, m_Name, and name.

Member Function Documentation

◆ GetCategory()

int GetCategory ( )
inlineprivate

Definition at line 30 of file plugindayzplayerdebug.c.

References m_Category.

Referenced by DisplayActions(), and GetNameUnique().

◆ GetInt()

int GetInt ( )
inlineprivate

Definition at line 15 of file plugindayzplayerdebug.c.

References m_iUserData.

Referenced by Actions_Start().

◆ GetName()

string GetName ( )
inlineprivate

Definition at line 35 of file plugindayzplayerdebug.c.

References m_Name.

Referenced by DisplayActions().

◆ GetNameUnique()

string GetNameUnique ( )
inlineprivate

Definition at line 39 of file plugindayzplayerdebug.c.

References GetCategory(), and m_Name.

Referenced by RegisterAnimation().

◆ GetStanceMask()

int GetStanceMask ( )
inlineprivate

Definition at line 25 of file plugindayzplayerdebug.c.

References m_iStanceMask.

Referenced by Actions_Start().

◆ IsFullBody()

bool IsFullBody ( )
inlineprivate

Definition at line 20 of file plugindayzplayerdebug.c.

References m_bIsFullBody.

Referenced by Actions_Start().

Field Documentation

◆ m_bIsFullBody

bool m_bIsFullBody
protected

Definition at line 45 of file plugindayzplayerdebug.c.

Referenced by PluginDayzPlayerDebugUserData(), and IsFullBody().

◆ m_Category

int m_Category
protected

Definition at line 47 of file plugindayzplayerdebug.c.

Referenced by PluginDayzPlayerDebugUserData(), and GetCategory().

◆ m_iStanceMask

int m_iStanceMask
protected

Definition at line 46 of file plugindayzplayerdebug.c.

Referenced by PluginDayzPlayerDebugUserData(), and GetStanceMask().

◆ m_iUserData

int m_iUserData
protected

Definition at line 44 of file plugindayzplayerdebug.c.

Referenced by PluginDayzPlayerDebugUserData(), and GetInt().

◆ m_Name

string m_Name
protected

Definition at line 48 of file plugindayzplayerdebug.c.

Referenced by PluginDayzPlayerDebugUserData(), GetName(), and GetNameUnique().


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