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

◆ UpdateYButtonLabel()

void UIScriptedMenu::UpdateYButtonLabel ( string text)
inlineprotected

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

299 {
300 TextWidget yText = TextWidget.Cast(layoutRoot.FindAnyWidget("ResetText"));
301 if (yText)
302 {
303 yText.SetText(text);
304 yText.Update();
305 }
306 }

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