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

◆ UpdateXButtonLabel()

void UIScriptedMenu::UpdateXButtonLabel ( string text)
inlineprotected

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

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

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