![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Private Member Functions | |
| void | ~SoundEventBase () |
| bool | CanPlay () |
| int | GetSoundEventID () |
| int | GetSoundEventType () |
| AbstractWave | GetSoundSetCallback () |
| bool | IsDestroyRequested () |
| bool | IsSkipForControlled () |
| bool | IsSoundCallbackExist () |
| void | OnPlay (PlayerBase player) |
| bool | Play () |
| void | Stop () |
| void | Tick () |
Private Attributes | |
| int | m_ID |
| int | m_Param |
| bool | m_RequestDestroy |
| bool | m_SkipForControlledCharacter |
| AbstractWave | m_SoundSetCallback |
| string | m_SoundSetNameRoot |
| int | m_SoundVoiceAnimEventClassID |
| int | m_Type |
Definition at line 1 of file soundevents.c.
|
inlineprivate |
Definition at line 13 of file soundevents.c.
References m_SoundSetCallback.
|
inlineprivate |
Definition at line 47 of file soundevents.c.
|
inlineprivate |
Definition at line 67 of file soundevents.c.
References m_ID.
|
inlineprivate |
Definition at line 72 of file soundevents.c.
References m_Type.
|
inlineprivate |
Definition at line 77 of file soundevents.c.
References AbstractWave(), and m_SoundSetCallback.
|
inlineprivate |
Definition at line 42 of file soundevents.c.
References m_RequestDestroy.
|
inlineprivate |
Definition at line 19 of file soundevents.c.
References m_SkipForControlledCharacter.
|
inlineprivate |
Definition at line 32 of file soundevents.c.
References m_SoundSetCallback.
|
private |
|
inlineprivate |
Definition at line 52 of file soundevents.c.
|
inlineprivate |
Definition at line 59 of file soundevents.c.
References m_SoundSetCallback.
|
inlineprivate |
Definition at line 24 of file soundevents.c.
References m_RequestDestroy, and m_SoundSetCallback.
|
private |
Definition at line 5 of file soundevents.c.
Referenced by GetSoundEventID().
|
private |
Definition at line 10 of file soundevents.c.
|
private |
Definition at line 7 of file soundevents.c.
Referenced by IsDestroyRequested(), and Tick().
|
private |
Definition at line 9 of file soundevents.c.
Referenced by IsSkipForControlled().
|
private |
Definition at line 3 of file soundevents.c.
Referenced by ~SoundEventBase(), GetSoundSetCallback(), IsSoundCallbackExist(), Stop(), and Tick().
|
private |
Definition at line 8 of file soundevents.c.
|
private |
Definition at line 6 of file soundevents.c.
|
private |
Definition at line 4 of file soundevents.c.
Referenced by GetSoundEventType().