Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Enumerations | |
enum | EAnniversaryMusicStates { INVALID, LIGHT, INTENSE } |
Functions | |
void | AnniversaryMusicSource () |
override void | EEDelete (EntityAI parent) |
override void | OnVariablesSynchronized () |
void | UpdateMusic () |
void | SetIntenseServer () |
void | SetLightServer () |
void | SetInvalidServer () |
void | PlayIntense () |
void | PlayLight () |
void | StopAllMusic () |
Variables | |
enum EAnniversaryMusicStates | SOUND_INTENSE = "AnniversaryMusic_Intense_SoundSet" |
const private string | SOUND_LIGHT = "AnniversaryMusic_Light_SoundSet" |
protected EffectSound | m_LightAmbientSound |
protected EffectSound | m_IntenseAmbientSound |
protected int | m_MusicState |
protected int | m_MusicStateLocal |
Enumerator | |
---|---|
INVALID | |
LIGHT | |
INTENSE |
Definition at line 1 of file anniversarymusicsource.c.
void AnniversaryMusicSource | ( | ) |
Definition at line 21 of file anniversarymusicsource.c.
override void EEDelete | ( | EntityAI | parent | ) |
Definition at line 29 of file anniversarymusicsource.c.
override void OnVariablesSynchronized | ( | ) |
Definition at line 42 of file anniversarymusicsource.c.
void PlayIntense | ( | ) |
Definition at line 102 of file anniversarymusicsource.c.
void PlayLight | ( | ) |
Definition at line 110 of file anniversarymusicsource.c.
void SetIntenseServer | ( | ) |
Definition at line 82 of file anniversarymusicsource.c.
void SetInvalidServer | ( | ) |
Definition at line 96 of file anniversarymusicsource.c.
void SetLightServer | ( | ) |
Definition at line 89 of file anniversarymusicsource.c.
void StopAllMusic | ( | ) |
Definition at line 118 of file anniversarymusicsource.c.
void UpdateMusic | ( | ) |
Definition at line 55 of file anniversarymusicsource.c.
protected EffectSound m_IntenseAmbientSound |
Definition at line 15 of file anniversarymusicsource.c.
protected EffectSound m_LightAmbientSound |
Definition at line 14 of file anniversarymusicsource.c.
protected int m_MusicState |
Definition at line 18 of file anniversarymusicsource.c.
protected int m_MusicStateLocal |
Definition at line 19 of file anniversarymusicsource.c.
enum EAnniversaryMusicStates SOUND_INTENSE = "AnniversaryMusic_Intense_SoundSet" |
const private string SOUND_LIGHT = "AnniversaryMusic_Light_SoundSet" |
Definition at line 11 of file anniversarymusicsource.c.