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

◆ DetailsFocus()

void UIScriptedMenu::DetailsFocus ( bool focus)
inlineprotected

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

416 {
417 #ifdef PLATFORM_CONSOLE
418 if (focus)
419 {
420 ShowThumbRButton(false);
421 UpdateYButtonLabel("#STR_server_browser_tab_root_details_show_server_filters");
422 string aButtonLabel;
423 #ifdef PLATFORM_PS4
424 aButtonLabel = "#ps4_ingame_menu_select";
425 #else
426 aButtonLabel = "#layout_xbox_ingame_menu_select";
427 #endif
428 UpdateAButtonLabel(aButtonLabel);
429 }
430 #endif
431 }
void UpdateAButtonLabel(string text)
Определения ServerBrowserMenuNew.c:342
void ShowThumbRButton(bool show)
Определения ServerBrowserMenuNew.c:362
void UpdateYButtonLabel(string text)
Определения ServerBrowserMenuNew.c:316

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