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

◆ SoundSoftBushFallingPlay()

void Entity::SoundSoftBushFallingPlay ( )
inlineprotected

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

4024 {
4025 EffectSound sound = SEffectManager.PlaySound( "softBushFall_SoundSet", GetPosition() );
4026 sound.SetAutodestroy( true );
4027 }
override void SetAutodestroy(bool auto_destroy)
Sets whether Effect automatically cleans up when it stops.
Определения EffectSound.c:603
class JsonUndergroundAreaTriggerData GetPosition
Определения UndergroundAreaLoader.c:9

Перекрестные ссылки GetPosition, SEffectManager::PlaySound() и EffectSound::SetAutodestroy().