DayZ 1.29
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ Output()

void WeightDebugData::Output ( )
inlineprivate

См. определение в файле 3_Game/DayZ/tools/Debug.c строка 927

928 {
929 string spaces;
930 for(int i = 0; i < m_InventoryDepth;i++)
931 spaces+="--------";
932
933 Print(spaces+">" + m_Classname + " Overall entity weight: "+ m_Weight + " Calculation details:" + m_CalcDetails);
934 }
string m_Weight
Определения 3_Game/DayZ/tools/Debug.c:901
string m_CalcDetails
Определения 3_Game/DayZ/tools/Debug.c:903
string m_Classname
Определения 3_Game/DayZ/tools/Debug.c:900
int m_InventoryDepth
Определения 3_Game/DayZ/tools/Debug.c:902
proto void Print(void var)
Prints content of variable to console/log.

Перекрестные ссылки m_CalcDetails, m_Classname, m_InventoryDepth, m_Weight и Print().

Используется в PrintAll().