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

◆ DetailsFocus()

void UIScriptedMenu::DetailsFocus ( bool focus)
inlineprotected

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

406 {
407 #ifdef PLATFORM_CONSOLE
408 if (focus)
409 {
410 ShowThumbRButton(false);
411 UpdateYButtonLabel("#STR_server_browser_tab_root_details_show_server_filters");
412 string aButtonLabel;
413 #ifdef PLATFORM_PS4
414 aButtonLabel = "#ps4_ingame_menu_select";
415 #else
416 aButtonLabel = "#layout_xbox_ingame_menu_select";
417 #endif
418 UpdateAButtonLabel(aButtonLabel);
419 }
420 #endif
421 }
void UpdateAButtonLabel(string text)
Определения ServerBrowserMenuNew.c:332
void ShowThumbRButton(bool show)
Определения ServerBrowserMenuNew.c:352
void UpdateYButtonLabel(string text)
Определения ServerBrowserMenuNew.c:306

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