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

◆ UpdateXButtonLabel()

void UIScriptedMenu::UpdateXButtonLabel ( string text)
inlineprotected

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

353 {
354 TextWidget xText = TextWidget.Cast(layoutRoot.FindAnyWidget("RefreshText"));
355 if (xText)
356 {
357 xText.SetText(text);
358 xText.Update();
359 }
360 }

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