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

Go to the source code of this file.

Data Structures

class  HungerSoundHandlerBase
class  SoundHandlerBase

Functions

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

Variables

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

Function Documentation

◆ PlaySound()

◆ ProcessSound()

Variable Documentation

◆ m_Sound

◆ m_SoundTime

float m_SoundTime

Definition at line 17 of file hungersoundhandler.c.

Referenced by ProcessSound().

◆ SOUND_INTERVALS_LIGHT_MAX

const float SOUND_INTERVALS_LIGHT_MAX = 30

Definition at line 16 of file hungersoundhandler.c.

Referenced by ProcessSound().

◆ SOUND_INTERVALS_LIGHT_MIN

class HungerSoundHandlerBase extends SoundHandlerBase SOUND_INTERVALS_LIGHT_MIN = 10

Referenced by ProcessSound().