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

◆ UpdateThumbRButtonLabel()

void UIScriptedMenu::UpdateThumbRButtonLabel ( string text)
inlineprotected

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

361 {
362 TextWidget trText = TextWidget.Cast(layoutRoot.FindAnyWidget("SwitchText"));
363 if (trText)
364 {
365 trText.SetText(text);
366 trText.Update();
367 }
368 }

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