Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
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 |
void PlaySound | ( | ) |
Definition at line 38 of file thirstsoundhandler.c.
void ProcessSound | ( | ) |
Definition at line 28 of file thirstsoundhandler.c.
EffectSound m_Sound |
Definition at line 18 of file thirstsoundhandler.c.
float m_SoundTime |
Definition at line 17 of file thirstsoundhandler.c.
const float SOUND_INTERVALS_LIGHT_MAX = 30 |
Definition at line 16 of file thirstsoundhandler.c.
class ThirstSoundHandlerBase extends SoundHandlerBase SOUND_INTERVALS_LIGHT_MIN = 10 |