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

См. исходные тексты.

Перечисления

enum  ESoundEventType { SOUND_COMMON , SOUND_ATTACHMENT , SOUND_VOICE }
 

Функции

void ReplaceSoundEventHandler (PlayerBase player)
 
void RegisterEvent (ReplaceSoundEventBase soundEvent)
 
int GetSoundEventID (int anim_id, ESoundEventType soundType)
 
ReplaceSoundEventBase GetSoundEventByID (int id, ESoundEventType soundType)
 
bool PlayReplaceSound (int soundEventID, ESoundEventType soundType, int flags)
 

Переменные

enum ESoundEventType DIG_PRIMARY = 1
 
enum ESoundEventType DIG_SECONDARY = 1
 
enum ESoundEventType CLEANHANDS_PRIMARY = 1
 
enum ESoundEventType CLEANHANDS_SECONDARY = 1
 
enum ESoundEventType EAT_DEFAULT = 1
 
enum ESoundEventType ESoundEventType = 1
 
enum ESoundEventType int = 1
 
enum ESoundEventType m_MainReplaceMap = new map<ESoundEventType, ref map<int, ref ReplaceSoundEventBase> >
 
PlayerBase m_Player
 
ref Timer m_UpdateTimer
 
static ref array< ref map< int, ref ReplaceSoundEventBase > > m_SoundEventReplaceMaps = {}
 leaving this here for compatibility's sake