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

◆ OnPlayerDeath() [2/2]

override void UIScriptedMenu::OnPlayerDeath ( )
inlineprotected

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

837 {
838 super.OnPlayerDeath();
839
840 // Close inventory menu when this menu got closed by the character death event as player could be assigning a item to the quickbar
841 // in the moment he dies and the inventory menu is opened too.
842 MissionGameplay missionGameplay = MissionGameplay.Cast(g_Game.GetMission());
843 if (missionGameplay && missionGameplay.GetInventory())
844 {
845 missionGameplay.HideInventory();
846 }
847 }
DayZGame g_Game
Определения DayZGame.c:3942

Перекрестные ссылки g_Game.