Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
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"
 
EffectSound m_LightAmbientSound
 
EffectSound m_IntenseAmbientSound
 
int m_MusicState
 
int m_MusicStateLocal
 

Enumeration Type Documentation

◆ EAnniversaryMusicStates

Enumerator
INVALID 
LIGHT 
INTENSE 

Definition at line 1 of file anniversarymusicsource.c.

Function Documentation

◆ AnniversaryMusicSource()

void AnniversaryMusicSource ( )
protected

Definition at line 21 of file anniversarymusicsource.c.

◆ EEDelete()

override void EEDelete ( EntityAI parent)
protected

Definition at line 29 of file anniversarymusicsource.c.

◆ OnVariablesSynchronized()

override void OnVariablesSynchronized ( )
protected

Definition at line 42 of file anniversarymusicsource.c.

◆ PlayIntense()

void PlayIntense ( )
protected

Definition at line 102 of file anniversarymusicsource.c.

◆ PlayLight()

void PlayLight ( )
protected

Definition at line 110 of file anniversarymusicsource.c.

◆ SetIntenseServer()

void SetIntenseServer ( )
protected

Definition at line 82 of file anniversarymusicsource.c.

◆ SetInvalidServer()

void SetInvalidServer ( )
protected

Definition at line 96 of file anniversarymusicsource.c.

◆ SetLightServer()

void SetLightServer ( )
protected

Definition at line 89 of file anniversarymusicsource.c.

◆ StopAllMusic()

void StopAllMusic ( )
protected

Definition at line 118 of file anniversarymusicsource.c.

◆ UpdateMusic()

void UpdateMusic ( )
protected

Definition at line 55 of file anniversarymusicsource.c.

Variable Documentation

◆ m_IntenseAmbientSound

EffectSound m_IntenseAmbientSound
protected

Definition at line 15 of file anniversarymusicsource.c.

◆ m_LightAmbientSound

EffectSound m_LightAmbientSound
protected

Definition at line 14 of file anniversarymusicsource.c.

◆ m_MusicState

int m_MusicState
protected

Definition at line 18 of file anniversarymusicsource.c.

◆ m_MusicStateLocal

int m_MusicStateLocal
protected

Definition at line 19 of file anniversarymusicsource.c.

◆ SOUND_INTENSE

enum EAnniversaryMusicStates SOUND_INTENSE = "AnniversaryMusic_Intense_SoundSet"