DayZ 1.24
|
Go to the source code of this file.
Classes | |
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 36 of file ThirstSoundHandler.c.
References m_Player, and DayZPlayer::PlaySoundEventEx().
void ProcessSound | ( | ) |
Definition at line 26 of file ThirstSoundHandler.c.
References GetGame(), GetTime(), m_SoundTime, PlaySound(), Math::RandomFloatInclusive(), SOUND_INTERVALS_LIGHT_MAX, and SOUND_INTERVALS_LIGHT_MIN.
EffectSound m_Sound |
Definition at line 18 of file ThirstSoundHandler.c.
float m_SoundTime |
Definition at line 17 of file ThirstSoundHandler.c.
Definition at line 16 of file ThirstSoundHandler.c.
class ThirstSoundHandlerBase extends SoundHandlerBase SOUND_INTERVALS_LIGHT_MIN = 10 |