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

◆ ~InspectMenuNew()

void UIScriptedMenu::~InspectMenuNew ( )
inlineprivate

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

19 {
20 GetGame().GetDragQueue().RemoveCalls(this);
21 Mission mis = GetGame().GetMission();
22 if (mis)
23 {
24 mis.GetHud().ShowHudUI(true);
25 mis.GetHud().ShowQuickbarUI(true);
26 mis.RemoveActiveInputExcludes({"inspect"});
27 }
28 }
override DragQueue GetDragQueue()
Определения DayZGame.c:1215
proto native Mission GetMission()
void ShowHudUI(bool show)
void ShowQuickbarUI(bool show)
Hud GetHud()
Определения gameplay.c:721
void RemoveActiveInputExcludes(array< string > excludes, bool bForceSupress=false)
deprecated
proto native CGame GetGame()

Перекрестные ссылки CGame::GetDragQueue(), GetGame(), Mission::GetHud(), CGame::GetMission(), Mission::RemoveActiveInputExcludes(), Hud::ShowHudUI() и Hud::ShowQuickbarUI().