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

◆ ShowThumbRButton()

void UIScriptedMenu::ShowThumbRButton ( bool show)
inlineprotected

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

363 {
364 RichTextWidget trIcon = RichTextWidget.Cast(layoutRoot.FindAnyWidget("SwitchIcon"));
365 TextWidget trText = TextWidget.Cast(layoutRoot.FindAnyWidget("SwitchText"));
366
367 if (trIcon)
368 {
369 trIcon.Show(show);
370 }
371
372 if (trText)
373 {
374 trText.Show(show);
375 }
376 }

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