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

◆ ~MapMenu()

void UIScriptedMenu::~MapMenu ( )
inlineprotected

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

41 {
42 if (GetGame() && GetGame().GetMission())
43 {
46 }
47 }
proto native Mission GetMission()
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 OnInputDeviceChanged(EInputDeviceType pInputDeviceType)
Определения ControlsXboxNew.c:71
void OnInputPresetChanged()
Определения ControlsXboxNew.c:63
proto native CGame GetGame()

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