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

◆ UpdateAButtonLabel()

void UIScriptedMenu::UpdateAButtonLabel ( string text)
inlineprotected

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

325 {
326 TextWidget aText = TextWidget.Cast(layoutRoot.FindAnyWidget("ConnectText"));
327 if (aText)
328 {
329 aText.SetText(text);
330 aText.Update();
331 }
332 }

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