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

◆ SoundSoftBushFallingPlay()

void Entity::SoundSoftBushFallingPlay ( )
inlineprotected

См. определение в файле 3_Game/DayZ/Entities/EntityAI.c строка 4080

4081 {
4082 EffectSound sound = SEffectManager.PlaySound( "softBushFall_SoundSet", GetPosition() );
4083 sound.SetAutodestroy( true );
4084 }
override void SetAutodestroy(bool auto_destroy)
Sets whether Effect automatically cleans up when it stops.
Определения EffectSound.c:603
vector GetPosition()
Get the world position of the Effect.
Определения Effect.c:473

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