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

◆ ~MissionGameplay()

void MissionBase::~MissionGameplay ( )
inlineprivate

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

80 {
82 #ifndef NO_GUI
83 if (g_Game.GetUIManager() && g_Game.GetUIManager().ScreenFadeVisible())
84 {
85 g_Game.GetUIManager().ScreenFadeOut(0);
86 }
87 Continue();
88 #endif
89 }
DayZGame g_Game
Определения DayZGame.c:3942
void DestroyInventory()
Определения missionGameplay.c:1186
override void Continue()
Определения missionGameplay.c:1297

Перекрестные ссылки Continue(), DestroyInventory() и g_Game.