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

◆ StopEffects()

void GeyserTrigger::StopEffects ( )
inlineprotected

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

187 {
189 {
190 m_GeyserBubblesParticle.StopParticle();
191 m_SoundBubbling.Stop();
192 m_bIsEruptingSoon = false;
193 }
194
195 if (m_bIsErupting)
196 {
197 m_GeyserParticle.StopParticle();
198 m_SoundEruption.Stop();
199 m_bIsErupting = false;
200 }
201
203 {
204 m_GeyserTallParticle.StopParticle();
206 m_bIsEruptingTall = false;
207 }
208 }
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

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

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