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

◆ SoundSoftTreeFallingPlay()

void Entity::SoundSoftTreeFallingPlay ( )
inlineprotected

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

4069 {
4070 EffectSound sound = SEffectManager.PlaySound( "softTreeFall_SoundSet", GetPosition() );
4071 sound.SetAutodestroy( true );
4072 }
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().