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

◆ ~FlareSimulation()

void FlareSimulation::~FlareSimulation ( )
inlineprotected

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

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

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