DIFF

class PlayerSoundEventBaseSource

PlayerSoundEventBase SoundEventBase

All members, including inherited

Constructors 2

void PlayerSoundEventBase()
void ~PlayerSoundEventBase()

Members 8

float m_DummySoundLength
float m_DummyStartTime
Referenced by IsDummyFinished(), and Play()
bool m_IsDummyType
bool m_ProcessPlaybackEvent
float m_PlayTime
Referenced by OnTick(), and SendEvent()
ref HumanMovementState m_Hms = new HumanMovementState()
Referenced by CanPlay()

Methods 16

bool IsDummy()
References m_IsDummyType
Referenced by IsFinished(), and Play()
bool HasHoldBreathException()
Referenced by CanPlay()
int GetSoundVoiceAnimEventClassID()
bool HasPriorityOverCurrent(PlayerBase player, EPlayerSoundEventID other_state_id, EPlayerSoundEventType type_other)
bool IsDummyFinished()
Referenced by IsFinished()
void Init(PlayerBase player)
References InitEx()
void SendEvent(float time)
Referenced by OnEnd(), and OnTick()
void OnInterupt()