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

◆ ShowYButton()

void UIScriptedMenu::ShowYButton ( bool show)
inlineprotected

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

301 {
302 RichTextWidget yIcon = RichTextWidget.Cast(layoutRoot.FindAnyWidget("ResetIcon"));
303 TextWidget yText = TextWidget.Cast(layoutRoot.FindAnyWidget("ResetText"));
304
305 if (yIcon)
306 {
307 yIcon.Show(show);
308 }
309
310 if (yText)
311 {
312 yText.Show(show);
313 }
314 }

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