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

◆ GetSoundEventID()

int GetSoundEventID ( int anim_id,
ESoundEventType soundType )
protected

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

54 {
55 if (!m_MainReplaceMap.Contains(soundType))
56 return 0;
57
58 ReplaceSoundEventBase soundEvent = m_MainReplaceMap[soundType].Get(anim_id);
59 if (!soundEvent)
60 return 0;
61
62 return soundEvent.GetSoundEventID();
63 }
enum ESoundEventType m_MainReplaceMap
EReplaceSoundEventID GetSoundEventID()
Определения ReplaceSoundEventBase.c:15

Перекрестные ссылки ReplaceSoundEventBase::GetSoundEventID() и m_MainReplaceMap.