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

◆ UpdateXButtonLabel()

void UIScriptedMenu::UpdateXButtonLabel ( string text)
inlineprotected

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

335 {
336 TextWidget xText = TextWidget.Cast(layoutRoot.FindAnyWidget("RefreshText"));
337 if (xText)
338 {
339 xText.SetText(text);
340 xText.Update();
341 }
342 }

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