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

◆ OnItemSelected()

override bool ScriptConsoleConfigTab::OnItemSelected ( Widget w,
int x,
int y,
int row,
int column,
int oldRow,
int oldColumn )
inlineprotected

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

74 {
75 super.OnItemSelected(w, x, y, row, column, oldRow, oldColumn);
76
78 {
79 TextListboxWidget wgt = TextListboxWidget.Cast(w);
80 wgt.GetItemData(row, 0,m_ConfigData);
82
83 return true;
84 }
85 return false;
86 }
Icon x
Icon y
void RenderClassPath()
Определения ScriptConsoleConfigTab.c:88
TextListboxWidget m_ConfigHierarchyTextListbox
Определения ScriptConsoleConfigTab.c:16
static ref ConfigParamsEx m_ConfigData
Определения ScriptConsoleConfigTab.c:9

Перекрестные ссылки m_ConfigData, m_ConfigHierarchyTextListbox, RenderClassPath(), x и y.