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

◆ PlaySoundOpen()

void TrapBase::PlaySoundOpen ( )
inlineprotected

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

205 {
206 EffectSound sound = SEffectManager.PlaySound("beartrapOpen_SoundSet", GetPosition(), 0, 0, false);
207 sound.SetAutodestroy(true);
208 }
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().

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