Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
thirstsoundhandler.c File Reference

Go to the source code of this file.

Data Structures

class  SoundHandlerBase
class  ThirstSoundHandlerBase

Functions

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

Variables

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

Function Documentation

◆ PlaySound()

void PlaySound ( )

Definition at line 39 of file thirstsoundhandler.c.

Referenced by ProcessSound().

◆ ProcessSound()

void ProcessSound ( )

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