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

◆ ~DayZGame()

void CGame::~DayZGame ( )
inlineprivate

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

1093 {
1094 PPEManagerStatic.DestroyManagerStatic();
1095 BleedChanceData.Cleanup();
1096 NotificationSystem.CleanupInstance();
1097
1098 SetDispatcher(null);
1099 Print("~DayZGame()");
1100 }
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(), Print() и SetDispatcher().