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

◆ StopEffects()

void GeyserTrigger::StopEffects ( )
inlineprotected

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

195 {
197 {
199 m_GeyserBubblesParticle.StopParticle();
200 if (m_SoundBubbling)
201 SEffectManager.DestroyEffect(m_SoundBubbling);
202 m_bIsEruptingSoon = false;
203 }
204
205 if (m_bIsErupting)
206 {
208 m_GeyserParticle.StopParticle();
209 if (m_SoundEruption)
210 SEffectManager.DestroyEffect(m_SoundEruption);
211 m_bIsErupting = false;
212 }
213
215 {
217 m_GeyserTallParticle.StopParticle();
219 SEffectManager.DestroyEffect(m_SoundEruptionSecondary);
220 m_bIsEruptingTall = false;
221 }
222 }
EffectSound m_SoundEruptionSecondary
Определения GeyserTrigger.c:27
ParticleSource m_GeyserParticle
Определения GeyserTrigger.c:21
ParticleSource m_GeyserTallParticle
Определения GeyserTrigger.c:22
EffectSound m_SoundBubbling
Определения GeyserTrigger.c:24
bool m_bIsEruptingSoon
Определения GeyserTrigger.c:12
bool m_bIsErupting
Определения GeyserTrigger.c:13
EffectSound m_SoundEruption
Определения GeyserTrigger.c:25
bool m_bIsEruptingTall
Определения GeyserTrigger.c:14
ParticleSource m_GeyserBubblesParticle
Определения GeyserTrigger.c:20

Перекрестные ссылки SEffectManager::DestroyEffect(), m_bIsErupting, m_bIsEruptingSoon, m_bIsEruptingTall, m_GeyserBubblesParticle, m_GeyserParticle, m_GeyserTallParticle, m_SoundBubbling, m_SoundEruption и m_SoundEruptionSecondary.

Используется в EEDelete().