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

◆ AddValue() [3/3]

void HudDebugWinBase::AddValue ( string title,
string value,
string value2 )
inlineprivate

См. определение в файле HudDebugWinCharLevels.c строка 118

119 {
120 int index = m_WgtValues.AddItem( title, NULL, 0 );
121 m_WgtValues.SetItem( index, value, NULL, 1 );
122 m_WgtValues.SetItem( index, value2, NULL, 2 );
123 }
TextListboxWidget m_WgtValues
Определения HudDebugWinCharLevels.c:3

Перекрестные ссылки m_WgtValues.

Используется в SetContentValues(), SetupValues() и SetValues().