|
DayZ 1.24
|
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 string | SOUND_LIGHT = "AnniversaryMusic_Light_SoundSet" |
| EffectSound | m_LightAmbientSound |
| EffectSound | m_IntenseAmbientSound |
| int | m_MusicState |
| int | m_MusicStateLocal |
| Enumerator | |
|---|---|
| INVALID | |
| LIGHT | |
| INTENSE | |
Definition at line 1 of file AnniversaryMusicSource.c.
|
protected |
Definition at line 21 of file AnniversaryMusicSource.c.
References EnumTools::GetEnumSize(), m_MusicState, and m_MusicStateLocal.
Definition at line 29 of file AnniversaryMusicSource.c.
References SEffectManager::DestroyEffect(), m_IntenseAmbientSound, and m_LightAmbientSound.
Definition at line 42 of file AnniversaryMusicSource.c.
References m_MusicState, m_MusicStateLocal, and UpdateMusic().
|
protected |
Definition at line 102 of file AnniversaryMusicSource.c.
References m_IntenseAmbientSound, m_LightAmbientSound, EffectSound::SoundPlay(), and EffectSound::SoundStop().
Referenced by UpdateMusic().
|
protected |
Definition at line 110 of file AnniversaryMusicSource.c.
References m_IntenseAmbientSound, m_LightAmbientSound, EffectSound::SoundPlay(), and EffectSound::SoundStop().
Referenced by UpdateMusic().
|
protected |
Definition at line 82 of file AnniversaryMusicSource.c.
References m_MusicState.
|
protected |
Definition at line 96 of file AnniversaryMusicSource.c.
References m_MusicState.
|
protected |
Definition at line 89 of file AnniversaryMusicSource.c.
References m_MusicState.
|
protected |
Definition at line 118 of file AnniversaryMusicSource.c.
References m_IntenseAmbientSound, m_LightAmbientSound, and EffectSound::SoundStop().
Referenced by UpdateMusic().
|
protected |
Definition at line 55 of file AnniversaryMusicSource.c.
References SEffectManager::CreateSound(), GetPosition, m_IntenseAmbientSound, m_LightAmbientSound, m_MusicState, PlayIntense(), PlayLight(), SOUND_INTENSE, SOUND_LIGHT, and StopAllMusic().
Referenced by OnVariablesSynchronized(), and ScriptedWidgetEventHandler::OptionsMenuSounds().
|
protected |
Definition at line 15 of file AnniversaryMusicSource.c.
Referenced by EEDelete(), PlayIntense(), PlayLight(), StopAllMusic(), and UpdateMusic().
|
protected |
Definition at line 14 of file AnniversaryMusicSource.c.
Referenced by EEDelete(), PlayIntense(), PlayLight(), StopAllMusic(), and UpdateMusic().
|
protected |
Definition at line 18 of file AnniversaryMusicSource.c.
Referenced by AnniversaryMusicSource(), OnVariablesSynchronized(), SetIntenseServer(), SetInvalidServer(), SetLightServer(), and UpdateMusic().
|
protected |
Definition at line 19 of file AnniversaryMusicSource.c.
Referenced by AnniversaryMusicSource(), and OnVariablesSynchronized().
| enum EAnniversaryMusicStates SOUND_INTENSE = "AnniversaryMusic_Intense_SoundSet" |
Referenced by UpdateMusic().
Definition at line 11 of file AnniversaryMusicSource.c.
Referenced by UpdateMusic().