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

◆ UpdateAButtonLabel()

void UIScriptedMenu::UpdateAButtonLabel ( string text)
inlineprotected

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

333 {
334 TextWidget aText = TextWidget.Cast(layoutRoot.FindAnyWidget("ConnectText"));
335 if (aText)
336 {
337 aText.SetText(text);
338 aText.Update();
339 }
340 }

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