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

◆ ~ItemSoundHandler()

void ~ItemSoundHandler ( )
protected

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

38 {
39 if (!m_PlayingSounds)
40 return;
41
42 foreach (EffectSound sound : m_PlayingSounds)
43 {
44 if (sound)
45 sound.SoundStop();
46 }
47 }
ref map< int, ref EffectSound > m_PlayingSounds
Определения ItemSoundHandler.c:27
Wrapper class for managing sound through SEffectManager.
Определения EffectSound.c:5

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