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

◆ DetailsFocus()

void UIScriptedMenu::DetailsFocus ( bool focus)
inlineprotected

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

398 {
399 #ifdef PLATFORM_CONSOLE
400 if (focus)
401 {
402 ShowThumbRButton(false);
403 UpdateYButtonLabel("#STR_server_browser_tab_root_details_show_server_filters");
404 string aButtonLabel;
405 #ifdef PLATFORM_PS4
406 aButtonLabel = "#ps4_ingame_menu_select";
407 #else
408 aButtonLabel = "#layout_xbox_ingame_menu_select";
409 #endif
410 UpdateAButtonLabel(aButtonLabel);
411 }
412 #endif
413 }
void UpdateAButtonLabel(string text)
Определения ServerBrowserMenuNew.c:324
void ShowThumbRButton(bool show)
Определения ServerBrowserMenuNew.c:344
void UpdateYButtonLabel(string text)
Определения ServerBrowserMenuNew.c:298

Перекрестные ссылки ShowThumbRButton(), UpdateAButtonLabel() и UpdateYButtonLabel().