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

◆ SetSoundSet()

void EffectSound::SetSoundSet ( string snd)
inlineprotected

Set soundset for the sound.

Заметки
Needs to be set before playing
Аргументы
sndstring Name of the soundset to play

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

795 {
796 m_SoundSetName = snd;
797 }
string m_SoundSetName
Определения EffectSound.c:31

Перекрестные ссылки m_SoundSetName.

Используется в SEffectManager::CreateSound(), Car::HandleDoorsSound(), Car::HandleEngineSound(), Car::HandleSeatAdjustmentSound() и CarScript::OnAnimationPhaseStarted().