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

◆ ~DayZIntroSceneXbox()

void DayZIntroSceneXbox::~DayZIntroSceneXbox ( )
inlineprotected

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

113 {
114 if ( m_TimerUpdate )
115 {
116 m_TimerUpdate.Stop();
117 delete m_TimerUpdate;
118 m_TimerUpdate = null;
119 }
120
121 if ( m_TimerParticle )
122 {
123 m_TimerParticle.Stop();
124 delete m_TimerParticle;
125 m_TimerParticle = null;
126 }
127
128
129 if ( m_TimerDate )
130 {
131 m_TimerDate.Stop();
132 delete m_TimerDate;
133 m_TimerDate = null;
134 }
135
137
139
140 if ( m_MenuData )
141 {
142 m_MenuData.ClearCharacters();
143 }
144
145 SEffectManager.DestroyEffect(m_FXParticleCarSmoke);
146 SEffectManager.DestroyEffect(m_FXParticleStreamLeft);
147 SEffectManager.DestroyEffect(m_FXParticleStreamRight);
148
149 PPEManagerStatic.GetPPEManager().StopAllEffects(PPERequesterCategory.ALL);
150 }
PPERequesterCategory
Определения PPEConstants.c:29
proto native void ObjectDelete(Object obj)
Camera m_SceneCamera
Определения DayZIntroSceneXbox.c:15
ref Timer m_TimerParticle
Определения DayZIntroSceneXbox.c:29
ref MenuEvaporation m_FXParticleStreamLeft
Определения DayZIntroSceneXbox.c:25
MenuData m_MenuData
Определения DayZIntroSceneXbox.c:22
ref MenuEvaporation m_FXParticleStreamRight
Определения DayZIntroSceneXbox.c:26
ref Timer m_TimerDate
Определения DayZIntroSceneXbox.c:30
void CheckXboxClientUpdateLoopStop()
Определения DayZIntroSceneXbox.c:231
ref Timer m_TimerUpdate
Определения DayZIntroSceneXbox.c:28
ref MenuCarEngineSmoke m_FXParticleCarSmoke
Определения DayZIntroSceneXbox.c:24
proto native CGame GetGame()

Перекрестные ссылки CheckXboxClientUpdateLoopStop(), SEffectManager::DestroyEffect(), GetGame(), PPEManagerStatic::GetPPEManager(), m_FXParticleCarSmoke, m_FXParticleStreamLeft, m_FXParticleStreamRight, m_MenuData, m_SceneCamera, m_TimerDate, m_TimerParticle, m_TimerUpdate и CGame::ObjectDelete().