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

Go to the source code of this file.

Data Structures

class  SoundHandlerBase
 
class  ThirstSoundHandlerBase
 

Functions

override void Update ()
 
void ProcessSound ()
 
void PlaySound ()
 

Variables

class ThirstSoundHandlerBase extends SoundHandlerBase SOUND_INTERVALS_LIGHT_MIN = 10
 
const float SOUND_INTERVALS_LIGHT_MAX = 30
 
float m_SoundTime
 
EffectSound m_Sound
 

Function Documentation

◆ PlaySound()

void PlaySound ( )

Definition at line 38 of file thirstsoundhandler.c.

◆ ProcessSound()

void ProcessSound ( )

Definition at line 28 of file thirstsoundhandler.c.

Variable Documentation

◆ m_Sound

EffectSound m_Sound

Definition at line 18 of file thirstsoundhandler.c.

◆ m_SoundTime

float m_SoundTime

Definition at line 17 of file thirstsoundhandler.c.

◆ SOUND_INTERVALS_LIGHT_MAX

const float SOUND_INTERVALS_LIGHT_MAX = 30

Definition at line 16 of file thirstsoundhandler.c.

◆ SOUND_INTERVALS_LIGHT_MIN

class ThirstSoundHandlerBase extends SoundHandlerBase SOUND_INTERVALS_LIGHT_MIN = 10