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

◆ ~FlareSimulation()

void FlareSimulation::~FlareSimulation ( )
inlineprotected

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

154 {
155 if (m_ParMainFire)
156 m_ParMainFire.Stop();
157
158 if (m_BurningSound)
159 m_BurningSound.SoundStop();
160
161 if (m_FlareLight)
162 m_FlareLight.FadeOut();
163 }
EffectSound m_BurningSound
Определения FlareSimulation.c:4
Particle m_ParMainFire
Определения FlareSimulation.c:3
FlareLight m_FlareLight
Определения FlareSimulation.c:5

Перекрестные ссылки m_BurningSound, m_FlareLight и m_ParMainFire.