Enumerations | |
| enum | ESoundEventType { SOUND_COMMON , SOUND_ATTACHMENT , SOUND_VOICE } |
Functions | |
| void | ReplaceSoundEventHandler (PlayerBase player) |
| protected 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) |
Variables | |
| 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> > |
| protected PlayerBase | m_Player |
| protected ref Timer | m_UpdateTimer |
| static protected ref array< ref map< int, ref ReplaceSoundEventBase > > | m_SoundEventReplaceMaps = {} |
| leaving this here for compatibility's sake | |
| enum ESoundEventType |
| ReplaceSoundEventBase GetSoundEventByID | ( | int | id, |
| ESoundEventType | soundType | ||
| ) |
References m_MainReplaceMap.
Referenced by PlayReplaceSound().
| int GetSoundEventID | ( | int | anim_id, |
| ESoundEventType | soundType | ||
| ) |
References ReplaceSoundEventBase::GetSoundEventID(), and m_MainReplaceMap.
| bool PlayReplaceSound | ( | int | soundEventID, |
| ESoundEventType | soundType, | ||
| int | flags | ||
| ) |
References GetSoundEventByID(), ReplaceSoundEventBase::Init(), and ReplaceSoundEventBase::Play().
| protected void RegisterEvent | ( | ReplaceSoundEventBase | soundEvent | ) |
| void ReplaceSoundEventHandler | ( | PlayerBase | player | ) |
References CleanHandsPrimarySoundEvent(), CleanHandsSecondarySoundEvent, DigPrimarySoundEvent(), DigSecondarySoundEvent, 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 PlayerBase m_Player |
|
static |
leaving this here for compatibility's sake
| protected ref Timer m_UpdateTimer |