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

◆ ~DayZGame()

void CGame::~DayZGame ( )
inlineprivate

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

1081 {
1082 PPEManagerStatic.DestroyManagerStatic();
1083 BleedChanceData.Cleanup();
1084 NotificationSystem.CleanupInstance();
1085
1086 g_Game = null;
1087 SetDispatcher(null);
1088 Print("~DayZGame()");
1089 }
DayZGame g_Game
Определения DayZGame.c:3868
void SetDispatcher(Dispatcher dispatcher)
Определения Dispatcher.c:31
proto void Print(void var)
Prints content of variable to console/log.

Перекрестные ссылки BleedChanceData::Cleanup(), NotificationSystem::CleanupInstance(), PPEManagerStatic::DestroyManagerStatic(), g_Game, Print() и SetDispatcher().