Перечисления | |
| enum | EAnniversaryMusicStates { INVALID , LIGHT , INTENSE } |
Функции | |
| void | AnniversaryMusicSource () |
| override void | EEDelete (EntityAI parent) |
| override void | OnVariablesSynchronized () |
| void | UpdateMusic () |
| void | SetIntenseServer () |
| void | SetLightServer () |
| void | SetInvalidServer () |
| void | PlayIntense () |
| void | PlayLight () |
| void | StopAllMusic () |
Переменные | |
| 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 |