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

◆ ~InviteMenu()

void UIScriptedMenu::~InviteMenu ( )
inlineprivate

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

27 {
28 if (GetGame() && GetGame().GetMission())
29 {
31
34
37 }
38 }
proto native Mission GetMission()
void ShowHudUI(bool show)
void ShowQuickbarUI(bool show)
ScriptInvoker GetOnInputDeviceChanged()
Определения gameplay.c:851
ScriptInvoker GetOnInputPresetChanged()
Определения gameplay.c:859
Hud GetHud()
Определения gameplay.c:721
void RemoveActiveInputExcludes(array< string > excludes, bool bForceSupress=false)
deprecated
proto bool Remove(func fn, int flags=EScriptInvokerRemoveFlags.ALL)
remove specific call from list
void OnInputDeviceChanged(EInputDeviceType pInputDeviceType)
Определения ControlsXboxNew.c:71
void OnInputPresetChanged()
Определения ControlsXboxNew.c:63
proto native CGame GetGame()

Перекрестные ссылки GetGame(), Mission::GetHud(), CGame::GetMission(), Mission::GetOnInputDeviceChanged(), Mission::GetOnInputPresetChanged(), OnInputDeviceChanged(), OnInputPresetChanged(), ScriptInvoker::Remove(), Mission::RemoveActiveInputExcludes(), Hud::ShowHudUI() и Hud::ShowQuickbarUI().