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

◆ OnPlayerDeath() [2/2]

override void UIScriptedMenu::OnPlayerDeath ( )
inlineprotected

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

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

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