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

◆ GetSoundEventByID()

ReplaceSoundEventBase GetSoundEventByID ( int id,
ESoundEventType soundType )
protected

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

66 {
67 if (!m_MainReplaceMap.Contains(soundType))
68 return null;
69
70 foreach (int animID, ReplaceSoundEventBase soundEvent : m_MainReplaceMap[soundType])
71 {
72 if (soundEvent.GetSoundEventID() == id)
73 return soundEvent;
74 }
75
76 return null;
77 }
enum ESoundEventType m_MainReplaceMap

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

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