DayZ 1.24
|
Private Member Functions | |
void | WeightDebugData (EntityAI entity) |
void | SetWeight (float weight) |
void | SetCalcDetails (string details) |
void | AddCalcDetails (string details) |
void | Output () |
Private Attributes | |
string | m_Classname |
string | m_Weight |
int | m_InventoryDepth |
string | m_CalcDetails |
Definition at line 884 of file Debug.c.
References m_Classname, and m_InventoryDepth.
|
inlineprivate |
Definition at line 906 of file Debug.c.
References m_CalcDetails, m_Classname, m_InventoryDepth, m_Weight, and Print().
Definition at line 895 of file Debug.c.
References m_CalcDetails.
|
private |
Definition at line 882 of file Debug.c.
Referenced by AddCalcDetails(), Output(), and SetCalcDetails().
|
private |
Definition at line 879 of file Debug.c.
Referenced by Output(), and WeightDebugData().
|
private |
Definition at line 881 of file Debug.c.
Referenced by Output(), and WeightDebugData().
|
private |
Definition at line 880 of file Debug.c.
Referenced by Output(), and SetWeight().