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

◆ UpdateYButtonLabel()

void UIScriptedMenu::UpdateYButtonLabel ( string text)
inlineprotected

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

317 {
318 TextWidget yText = TextWidget.Cast(layoutRoot.FindAnyWidget("ResetText"));
319 if (yText)
320 {
321 yText.SetText(text);
322 yText.Update();
323 }
324 }

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