PC Stable Documentation
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
SoundEventBase Class Reference

Private Member Functions

void ~SoundEventBase ()
 
bool IsSkipForControlled ()
 
void Tick ()
 
bool IsSoundCallbackExist ()
 
bool IsDestroyRequested ()
 
bool CanPlay ()
 
bool Play ()
 
void OnPlay (PlayerBase player)
 
void Stop ()
 
int GetSoundEventID ()
 
int GetSoundEventType ()
 
AbstractWave GetSoundSetCallback ()
 

Private Attributes

AbstractWave m_SoundSetCallback
 
int m_Type
 
int m_ID
 
int m_SoundVoiceAnimEventClassID
 
bool m_RequestDestroy
 
string m_SoundSetNameRoot
 
bool m_SkipForControlledCharacter
 
int m_Param
 

Constructor & Destructor Documentation

◆ ~SoundEventBase()

void ~SoundEventBase ( )
inlineprivate

References m_SoundSetCallback.

Member Function Documentation

◆ CanPlay()

bool CanPlay ( )
inlineprivate

◆ GetSoundEventID()

int GetSoundEventID ( )
inlineprivate

References m_ID.

◆ GetSoundEventType()

int GetSoundEventType ( )
inlineprivate

References m_Type.

◆ GetSoundSetCallback()

AbstractWave GetSoundSetCallback ( )
inlineprivate

References m_SoundSetCallback.

◆ IsDestroyRequested()

bool IsDestroyRequested ( )
inlineprivate

References m_RequestDestroy.

◆ IsSkipForControlled()

bool IsSkipForControlled ( )
inlineprivate

◆ IsSoundCallbackExist()

bool IsSoundCallbackExist ( )
inlineprivate

References m_SoundSetCallback.

◆ OnPlay()

void OnPlay ( PlayerBase  player)
private

◆ Play()

bool Play ( )
inlineprivate

◆ Stop()

void Stop ( )
inlineprivate

References m_SoundSetCallback.

◆ Tick()

void Tick ( )
inlineprivate

Field Documentation

◆ m_ID

int m_ID
private

Referenced by GetSoundEventID().

◆ m_Param

int m_Param
private

◆ m_RequestDestroy

bool m_RequestDestroy
private

Referenced by IsDestroyRequested(), and Tick().

◆ m_SkipForControlledCharacter

bool m_SkipForControlledCharacter
private

Referenced by IsSkipForControlled().

◆ m_SoundSetCallback

AbstractWave m_SoundSetCallback
private

◆ m_SoundSetNameRoot

string m_SoundSetNameRoot
private

◆ m_SoundVoiceAnimEventClassID

int m_SoundVoiceAnimEventClassID
private

◆ m_Type

int m_Type
private

Referenced by GetSoundEventType().


The documentation for this class was generated from the following file: