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

◆ UpdateThumbRButtonLabel()

void UIScriptedMenu::UpdateThumbRButtonLabel ( string text)
inlineprotected

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

369 {
370 TextWidget trText = TextWidget.Cast(layoutRoot.FindAnyWidget("SwitchText"));
371 if (trText)
372 {
373 trText.SetText(text);
374 trText.Update();
375 }
376 }

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