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

◆ OnChange()

override bool ScriptConsoleSoundsTab::OnChange ( Widget w,
int x,
int y,
bool finished )
inlineprotected

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

111 {
112 super.OnChange(w, x, y, finished);
113
114 if (w == m_SoundFilter)
115 {
116 m_RefreshFilterTimer.Run(0.85, this, "ChangeFilterSound", null, false);
117 return true;
118 }
119 return false;
120 }
Icon x
Icon y
ref Timer m_RefreshFilterTimer
Определения ScriptConsoleSoundsTab.c:25
EditBoxWidget m_SoundFilter
Определения ScriptConsoleSoundsTab.c:21

Перекрестные ссылки m_RefreshFilterTimer, m_SoundFilter, x и y.