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

◆ ~MainMenuConsole()

void UIScriptedMenu::~MainMenuConsole ( )
inlineprotected

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

99 {
100 if (GetGame().GetMission())
101 {
104 }
105
106 if (GetGame().GetContentDLCService())
108 }
proto native ContentDLC GetContentDLCService()
Return DLC service (service for entitlement keys for unlock content)
proto native Mission GetMission()
ref ScriptInvoker m_OnChange
void(EDLCId dlcId)
Определения ContentDLC.c:13
ScriptInvoker GetOnInputDeviceChanged()
Определения gameplay.c:851
ScriptInvoker GetOnInputPresetChanged()
Определения gameplay.c:859
proto bool Remove(func fn, int flags=EScriptInvokerRemoveFlags.ALL)
remove specific call from list
void OnDLCChange(EDLCId dlcId)
Определения MainMenuConsoles.c:110
void OnInputDeviceChanged(EInputDeviceType pInputDeviceType)
Определения ControlsXboxNew.c:71
void OnInputPresetChanged()
Определения ControlsXboxNew.c:63
proto native CGame GetGame()

Перекрестные ссылки CGame::GetContentDLCService(), GetGame(), CGame::GetMission(), Mission::GetOnInputDeviceChanged(), Mission::GetOnInputPresetChanged(), ContentDLC::m_OnChange, OnDLCChange(), OnInputDeviceChanged(), OnInputPresetChanged() и ScriptInvoker::Remove().