Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
anniversarymusicsource.c File Reference

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
 

Enumeration Type Documentation

◆ EAnniversaryMusicStates

Enumerator
INVALID 
LIGHT 
INTENSE 

Definition at line 1 of file anniversarymusicsource.c.

Function Documentation

◆ AnniversaryMusicSource()

void AnniversaryMusicSource ( )

Definition at line 21 of file anniversarymusicsource.c.

◆ EEDelete()

override void EEDelete ( EntityAI  parent)

Definition at line 29 of file anniversarymusicsource.c.

◆ OnVariablesSynchronized()

override void OnVariablesSynchronized ( )

Definition at line 42 of file anniversarymusicsource.c.

◆ PlayIntense()

void PlayIntense ( )

Definition at line 102 of file anniversarymusicsource.c.

◆ PlayLight()

void PlayLight ( )

Definition at line 110 of file anniversarymusicsource.c.

◆ SetIntenseServer()

void SetIntenseServer ( )

Definition at line 82 of file anniversarymusicsource.c.

◆ SetInvalidServer()

void SetInvalidServer ( )

Definition at line 96 of file anniversarymusicsource.c.

◆ SetLightServer()

void SetLightServer ( )

Definition at line 89 of file anniversarymusicsource.c.

◆ StopAllMusic()

void StopAllMusic ( )

Definition at line 118 of file anniversarymusicsource.c.

◆ UpdateMusic()

void UpdateMusic ( )

Definition at line 55 of file anniversarymusicsource.c.

Variable Documentation

◆ m_IntenseAmbientSound

protected EffectSound m_IntenseAmbientSound

Definition at line 15 of file anniversarymusicsource.c.

◆ m_LightAmbientSound

protected EffectSound m_LightAmbientSound

Definition at line 14 of file anniversarymusicsource.c.

◆ m_MusicState

protected int m_MusicState

Definition at line 18 of file anniversarymusicsource.c.

◆ m_MusicStateLocal

protected int m_MusicStateLocal

Definition at line 19 of file anniversarymusicsource.c.

◆ SOUND_INTENSE

enum EAnniversaryMusicStates SOUND_INTENSE = "AnniversaryMusic_Intense_SoundSet"

◆ SOUND_LIGHT

const private string SOUND_LIGHT = "AnniversaryMusic_Light_SoundSet"

Definition at line 11 of file anniversarymusicsource.c.