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

◆ StopEffects()

void GeyserTrigger::StopEffects ( )
inlineprotected

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

164 {
165 if (m_bIsDormant)
166 {
167 m_GeyserBubblesParticle.StopParticle();
168 m_SoundBubbling.Stop();
169 m_bIsDormant = false;
170 }
171
172 if (m_bIsErupting)
173 {
174 m_GeyserParticle.StopParticle();
175 m_SoundEruption.Stop();
176 m_bIsErupting = false;
177 }
178
180 {
181 m_GeyserTallParticle.StopParticle();
183 m_bIsEruptingTall = false;
184 }
185 }
EffectSound m_SoundEruptionSecondary
Определения GeyserTrigger.c:21
ParticleSource m_GeyserParticle
Определения GeyserTrigger.c:17
ParticleSource m_GeyserTallParticle
Определения GeyserTrigger.c:18
EffectSound m_SoundBubbling
Определения GeyserTrigger.c:19
bool m_bIsDormant
Определения GeyserTrigger.c:8
bool m_bIsErupting
Определения GeyserTrigger.c:9
EffectSound m_SoundEruption
Определения GeyserTrigger.c:20
bool m_bIsEruptingTall
Определения GeyserTrigger.c:10
ParticleSource m_GeyserBubblesParticle
Определения GeyserTrigger.c:16

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

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