![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Enumerations | |
| enum | ESoundEventType { SOUND_COMMON , SOUND_ATTACHMENT , SOUND_VOICE } |
Functions | |
| ReplaceSoundEventBase | GetSoundEventByID (int id, ESoundEventType soundType) |
| int | GetSoundEventID (int anim_id, ESoundEventType soundType) |
| bool | PlayReplaceSound (int soundEventID, ESoundEventType soundType, int flags) |
| void | RegisterEvent (ReplaceSoundEventBase soundEvent) |
| void | ReplaceSoundEventHandler (PlayerBase player) |
Variables | |
| enum ESoundEventType | CLEANHANDS_PRIMARY = 1 |
| enum ESoundEventType | CLEANHANDS_SECONDARY = 1 |
| enum ESoundEventType | DIG_PRIMARY = 1 |
| enum ESoundEventType | DIG_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 |
| static ref array< ref map< int, ref ReplaceSoundEventBase > > | m_SoundEventReplaceMaps = {} |
| leaving this here for compatibility's sake | |
| ref Timer | m_UpdateTimer |
| enum ESoundEventType |
| Enumerator | |
|---|---|
| SOUND_COMMON | |
| SOUND_ATTACHMENT | |
| SOUND_VOICE | |
Definition at line 1 of file replacesoundeventhandler.c.
|
protected |
Definition at line 65 of file replacesoundeventhandler.c.
References m_MainReplaceMap.
Referenced by PlayReplaceSound().
|
protected |
Definition at line 53 of file replacesoundeventhandler.c.
References ReplaceSoundEventBase::GetSoundEventID(), and m_MainReplaceMap.
|
protected |
Definition at line 79 of file replacesoundeventhandler.c.
References GetSoundEventByID(), ReplaceSoundEventBase::Init(), and ReplaceSoundEventBase::Play().
|
protected |
Definition at line 40 of file replacesoundeventhandler.c.
References ReplaceSoundEventBase::GetSoundAnimEventClassID(), ReplaceSoundEventBase::GetSoundEventType(), and m_MainReplaceMap.
|
protected |
Definition at line 27 of file replacesoundeventhandler.c.
References CleanHandsPrimarySoundEvent(), CleanHandsSecondarySoundEvent, DigPrimarySoundEvent(), DigSecondarySoundEvent, EatingVoiceOverrideDefault(), EatingVoiceOverrideFruit(), and RegisterEvent().
Referenced by ManBase::OnPlayerLoaded().
| enum ESoundEventType CLEANHANDS_PRIMARY = 1 |
| enum ESoundEventType CLEANHANDS_SECONDARY = 1 |
| enum ESoundEventType DIG_PRIMARY = 1 |
| enum ESoundEventType DIG_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> > |
Referenced by GetSoundEventByID(), GetSoundEventID(), and RegisterEvent().
|
protected |
Definition at line 24 of file replacesoundeventhandler.c.
|
staticprotected |
leaving this here for compatibility's sake
Definition at line 93 of file replacesoundeventhandler.c.
|
protected |
Definition at line 25 of file replacesoundeventhandler.c.