class AnniversaryMusicSourceSource
AnniversaryMusicSource › Building › EntityAI › Entity › ObjectTyped › Object › IEntity › Managed
All members, including inherited
Constructors 1
void AnniversaryMusicSource()References EnumTools.GetEnumSize(), EntityAI.RegisterNetSyncVariableInt(), m_MusicState
Show 1 more
, m_MusicStateLocalConstants 2
private const string SOUND_INTENSE = "AnniversaryMusic_Intense_SoundSet"Referenced by UpdateMusic()
private const string SOUND_LIGHT = "AnniversaryMusic_Light_SoundSet"Referenced by UpdateMusic()
Members 4
protected EffectSound m_LightAmbientSound!SERVERprotected EffectSound m_IntenseAmbientSound!SERVERprotected int m_MusicStateReferenced by AnniversaryMusicSource(), OnVariablesSynchronized(), SetIntenseServer()
Show 3 more
, SetInvalidServer(), SetLightServer(), and UpdateMusic()protected int m_MusicStateLocalMethods 9
override void EEDelete(EntityAI parent)References SEffectManager.DestroyEffect(), EntityAI.EEDelete(), m_IntenseAmbientSound
Show 1 more
, m_LightAmbientSoundoverride void OnVariablesSynchronized()References EntityAI.OnVariablesSynchronized(), UpdateMusic(), m_MusicState
Show 1 more
, m_MusicStateLocalvoid UpdateMusic()References SEffectManager.CreateSound(), Object.GetPosition(), PlayIntense()
Show 7 more
, PlayLight(), StopAllMusic(), m_IntenseAmbientSound, m_LightAmbientSound, m_MusicState, SOUND_INTENSE, and SOUND_LIGHTReferenced by OnVariablesSynchronized()
void SetIntenseServer()void SetLightServer()void SetInvalidServer()void PlayIntense()References EffectSound.SoundPlay(), EffectSound.SoundStop(), m_IntenseAmbientSound
Show 1 more
, m_LightAmbientSoundReferenced by UpdateMusic()
void PlayLight()References EffectSound.SoundPlay(), EffectSound.SoundStop(), m_IntenseAmbientSound
Show 1 more
, m_LightAmbientSoundReferenced by UpdateMusic()
void StopAllMusic()References EffectSound.SoundStop(), EffectSound.SoundStop(), m_IntenseAmbientSound
Show 1 more
, m_LightAmbientSoundReferenced by UpdateMusic()