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

◆ ~InputDeviceDisconnectWarningMenu()

void UIScriptedMenu::~InputDeviceDisconnectWarningMenu ( )
inlineprivate

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

28 {
29 if (g_Game)
30 {
31 PPERequesterBank.GetRequester(PPERequester_ControllerDisconnectBlur).Stop();
32 g_Game.DeleteTitleScreen(); // Removes any outstanding gamepad identification propmt; the gamepad is already recognized by now
33 if (g_Game.GetMission())
34 g_Game.GetMission().RemoveActiveInputExcludes({"gamepaddisconnect"},true);
35 }
36 }
DayZGame g_Game
Определения DayZGame.c:3868

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