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

◆ UpdateYButtonLabel()

void UIScriptedMenu::UpdateYButtonLabel ( string text)
inlineprotected

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

307 {
308 TextWidget yText = TextWidget.Cast(layoutRoot.FindAnyWidget("ResetText"));
309 if (yText)
310 {
311 yText.SetText(text);
312 yText.Update();
313 }
314 }

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