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

◆ ShouldRestartBeVisible()

bool UIScriptedMenu::ShouldRestartBeVisible ( Man player)
inlineprotected

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

509 {
510 PlayerBase p = PlayerBase.Cast(player);
511 return p && p.IsUnconsciousStateOnly() && !CfgGameplayHandler.GetDisableRespawnInUnconsciousness();
512 }

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

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