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

◆ ShouldRestartBeVisible()

bool UIScriptedMenu::ShouldRestartBeVisible ( Man player)
inlineprotected

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

530 {
531 PlayerBase p = PlayerBase.Cast(player);
532 return p && p.IsUnconsciousStateOnly() && !CfgGameplayHandler.GetDisableRespawnInUnconsciousness();
533 }

Перекрестные ссылки CfgGameplayHandler::GetDisableRespawnInUnconsciousness().

Используется в Init(), UpdateGUI() и UpdateMenuFocus().