DayZ 1.27
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 строка 781

782 {
783 m_SoundSetName = snd;
784 }
string m_SoundSetName
Определения EffectSound.c:31

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

Используется в SEffectManager::CreateSound().