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

◆ UpdateThumbRButtonLabel()

void UIScriptedMenu::UpdateThumbRButtonLabel ( string text)
inlineprotected

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

379 {
380 TextWidget trText = TextWidget.Cast(layoutRoot.FindAnyWidget("SwitchText"));
381 if (trText)
382 {
383 trText.SetText(text);
384 trText.Update();
385 }
386 }

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