DayZ 1.24
Loading...
Searching...
No Matches
PluginDayzPlayerDebugUserData Class Reference
Collaboration diagram for PluginDayzPlayerDebugUserData:
[legend]

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

Detailed Description

Definition at line 4 of file PluginDayzPlayerDebug.c.

Constructor & Destructor Documentation

◆ PluginDayzPlayerDebugUserData()

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

Member Function Documentation

◆ GetCategory()

int PluginDayzPlayerDebugUserData::GetCategory ( )
inlineprivate

Definition at line 30 of file PluginDayzPlayerDebug.c.

31 {
32 return m_Category;
33 }

References m_Category.

Referenced by GetNameUnique().

◆ GetInt()

int PluginDayzPlayerDebugUserData::GetInt ( )
inlineprivate

Definition at line 15 of file PluginDayzPlayerDebug.c.

16 {
17 return m_iUserData;
18 }

References m_iUserData.

◆ GetName()

string PluginDayzPlayerDebugUserData::GetName ( )
inlineprivate

Definition at line 35 of file PluginDayzPlayerDebug.c.

36 {
37 return m_Name;
38 }

References m_Name.

◆ GetNameUnique()

string PluginDayzPlayerDebugUserData::GetNameUnique ( )
inlineprivate

Definition at line 39 of file PluginDayzPlayerDebug.c.

40 {
41 return m_Name + "|" + GetCategory();
42 }

References GetCategory(), and m_Name.

◆ GetStanceMask()

int PluginDayzPlayerDebugUserData::GetStanceMask ( )
inlineprivate

Definition at line 25 of file PluginDayzPlayerDebug.c.

26 {
27 return m_iStanceMask;
28 }

References m_iStanceMask.

◆ IsFullBody()

bool PluginDayzPlayerDebugUserData::IsFullBody ( )
inlineprivate

Definition at line 20 of file PluginDayzPlayerDebug.c.

21 {
22 return m_bIsFullBody;
23 }

References m_bIsFullBody.

Member Data Documentation

◆ m_bIsFullBody

bool PluginDayzPlayerDebugUserData::m_bIsFullBody
protected

Definition at line 45 of file PluginDayzPlayerDebug.c.

Referenced by IsFullBody(), and PluginDayzPlayerDebugUserData().

◆ m_Category

int PluginDayzPlayerDebugUserData::m_Category
protected

Definition at line 47 of file PluginDayzPlayerDebug.c.

Referenced by GetCategory(), and PluginDayzPlayerDebugUserData().

◆ m_iStanceMask

int PluginDayzPlayerDebugUserData::m_iStanceMask
protected

Definition at line 46 of file PluginDayzPlayerDebug.c.

Referenced by GetStanceMask(), and PluginDayzPlayerDebugUserData().

◆ m_iUserData

int PluginDayzPlayerDebugUserData::m_iUserData
protected

Definition at line 44 of file PluginDayzPlayerDebug.c.

Referenced by GetInt(), and PluginDayzPlayerDebugUserData().

◆ m_Name

string PluginDayzPlayerDebugUserData::m_Name
protected

Definition at line 48 of file PluginDayzPlayerDebug.c.

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


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