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

Private Member Functions

void WeightDebugData (EntityAI entity)
void AddCalcDetails (string details)
void Output ()
void SetCalcDetails (string details)
void SetWeight (float weight)

Private Attributes

string m_CalcDetails
string m_Classname
int m_InventoryDepth
string m_Weight

Detailed Description

Definition at line 898 of file debug.c.

Constructor & Destructor Documentation

◆ WeightDebugData()

void WeightDebugData ( EntityAI entity)
inlineprivate

Definition at line 905 of file debug.c.

References EntityAI, m_Classname, and m_InventoryDepth.

Member Function Documentation

◆ AddCalcDetails()

void AddCalcDetails ( string details)
inlineprivate

Definition at line 922 of file debug.c.

References m_CalcDetails.

Referenced by Weapon::GetWeightSpecialized().

◆ Output()

void Output ( )
inlineprivate

Definition at line 927 of file debug.c.

References m_CalcDetails, m_Classname, m_InventoryDepth, m_Weight, and Print().

Referenced by PrintAll().

◆ SetCalcDetails()

void SetCalcDetails ( string details)
inlineprivate

◆ SetWeight()

void SetWeight ( float weight)
inlineprivate

Definition at line 911 of file debug.c.

References m_Weight, and float::ToString().

Field Documentation

◆ m_CalcDetails

string m_CalcDetails
private

Definition at line 903 of file debug.c.

Referenced by AddCalcDetails(), Output(), and SetCalcDetails().

◆ m_Classname

string m_Classname
private

Definition at line 900 of file debug.c.

Referenced by WeightDebugData(), and Output().

◆ m_InventoryDepth

int m_InventoryDepth
private

Definition at line 902 of file debug.c.

Referenced by WeightDebugData(), and Output().

◆ m_Weight

string m_Weight
private

Definition at line 901 of file debug.c.

Referenced by Output(), and SetWeight().


The documentation for this class was generated from the following file:
  • F:/Games/Dayz/scripts/3_game/tools/debug.c