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

◆ ~DayZIntroSceneXbox()

void DayZIntroSceneXbox::~DayZIntroSceneXbox ( )
inlineprotected

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

117 {
118 if ( m_TimerUpdate )
119 {
120 m_TimerUpdate.Stop();
121 delete m_TimerUpdate;
122 m_TimerUpdate = null;
123 }
124
125 if ( m_TimerParticle )
126 {
127 m_TimerParticle.Stop();
128 delete m_TimerParticle;
129 m_TimerParticle = null;
130 }
131
132
133 if ( m_TimerDate )
134 {
135 m_TimerDate.Stop();
136 delete m_TimerDate;
137 m_TimerDate = null;
138 }
139
141
143
144 if ( m_MenuData )
145 {
146 m_MenuData.ClearCharacters();
147 }
148
149 SEffectManager.DestroyEffect(m_FXParticleCarSmoke);
150 SEffectManager.DestroyEffect(m_FXParticleStreamLeft);
151 SEffectManager.DestroyEffect(m_FXParticleStreamRight);
152
153 PPEManagerStatic.GetPPEManager().StopAllEffects(PPERequesterCategory.ALL);
154 }
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:235
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().