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

◆ UpdateAButtonLabel()

void UIScriptedMenu::UpdateAButtonLabel ( string text)
inlineprotected

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

343 {
344 TextWidget aText = TextWidget.Cast(layoutRoot.FindAnyWidget("ConnectText"));
345 if (aText)
346 {
347 aText.SetText(text);
348 aText.Update();
349 }
350 }

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