Data Structures | |
class | PlayerSoundEventBase |
Functions | |
class JumpEventsBase extends PlayerSoundEventBase | JumpSoundEvent () |
override bool | HasPriorityOverCurrent (PlayerBase player, EPlayerSoundEventID other_state_id, EPlayerSoundEventType type_other) |
override bool | CanPlay (PlayerBase player) |
override void | OnPlay (PlayerBase player) |
override void | OnEnd () |
override bool CanPlay | ( | PlayerBase | player | ) |
override bool HasPriorityOverCurrent | ( | PlayerBase | player, |
EPlayerSoundEventID | other_state_id, | ||
EPlayerSoundEventType | type_other | ||
) |
References m_HasPriorityOverTypes, m_ID, m_SoundVoiceAnimEventClassID, and m_Type.
class JumpEventsBase extends PlayerSoundEventBase JumpSoundEvent | ( | ) |
Referenced by PlayerSoundEventHandler().
override void OnEnd | ( | ) |
override void OnPlay | ( | PlayerBase | player | ) |