DayZ Scripts
PC Stable Documentation
 
Loading...
Searching...
No Matches
PluginDayzPlayerDebugUserData Class Reference

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

Private Attributes

protected int m_iUserData
 
protected bool m_bIsFullBody
 
protected int m_iStanceMask
 
protected int m_Category
 
protected string m_Name
 

Constructor & Destructor Documentation

◆ PluginDayzPlayerDebugUserData()

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

Member Function Documentation

◆ GetCategory()

int GetCategory ( )
inlineprivate

References m_Category.

Referenced by DisplayActions(), and GetNameUnique().

◆ GetInt()

int GetInt ( )
inlineprivate

References m_iUserData.

Referenced by Actions_Start().

◆ GetName()

string GetName ( )
inlineprivate

References m_Name.

Referenced by DisplayActions().

◆ GetNameUnique()

string GetNameUnique ( )
inlineprivate

References GetCategory(), and m_Name.

Referenced by RegisterAnimation().

◆ GetStanceMask()

int GetStanceMask ( )
inlineprivate

References m_iStanceMask.

Referenced by Actions_Start().

◆ IsFullBody()

bool IsFullBody ( )
inlineprivate

References m_bIsFullBody.

Referenced by Actions_Start().

Field Documentation

◆ m_bIsFullBody

protected bool m_bIsFullBody
private

◆ m_Category

protected int m_Category
private

◆ m_iStanceMask

protected int m_iStanceMask
private

◆ m_iUserData

protected int m_iUserData
private

◆ m_Name

protected string m_Name
private

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