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

◆ ShowThumbRButton()

void UIScriptedMenu::ShowThumbRButton ( bool show)
inlineprotected

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

345 {
346 RichTextWidget trIcon = RichTextWidget.Cast(layoutRoot.FindAnyWidget("SwitchIcon"));
347 TextWidget trText = TextWidget.Cast(layoutRoot.FindAnyWidget("SwitchText"));
348
349 if (trIcon)
350 {
351 trIcon.Show(show);
352 }
353
354 if (trText)
355 {
356 trText.Show(show);
357 }
358 }

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