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

◆ EEDelete()

override void Roadflare::EEDelete ( EntityAI parent)
inlineprivate

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

95 {
96 super.EEDelete(parent);
97
98 if ( GetGame() )
99 {
100 SEffectManager.DestroyEffect( m_BurningSound );
101 SEffectManager.DestroyEffect( m_IgniteSound );
102 delete m_FinalSmokeTimer;
103 }
104
106
107 if (m_Light)
108 m_Light.FadeOut(0);
109 }
void DestroyAllParticles()
Определения Roadflare.c:400
EffectSound m_BurningSound
Определения Roadflare.c:47
RoadflareLight m_Light
Определения Roadflare.c:33
EffectSound m_IgniteSound
Определения Roadflare.c:48
ref Timer m_FinalSmokeTimer
Определения Roadflare.c:54
proto native CGame GetGame()

Перекрестные ссылки DestroyAllParticles(), SEffectManager::DestroyEffect(), GetGame(), m_BurningSound, m_FinalSmokeTimer, m_IgniteSound и m_Light.