Dayz Explorer 1.29.162510
Loading...
Searching...
No Matches
hungersoundhandler.c File Reference

Go to the source code of this file.

Classes

class  SoundHandlerBase
class  HungerSoundHandlerBase

Functions

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

Variables

class HungerSoundHandlerBase 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 39 of file hungersoundhandler.c.

◆ ProcessSound()

void ProcessSound ( )

Definition at line 28 of file hungersoundhandler.c.

Variable Documentation

◆ m_Sound

EffectSound m_Sound

Definition at line 18 of file hungersoundhandler.c.

◆ m_SoundTime

float m_SoundTime

Definition at line 17 of file hungersoundhandler.c.

◆ SOUND_INTERVALS_LIGHT_MAX

const float SOUND_INTERVALS_LIGHT_MAX = 30

Definition at line 16 of file hungersoundhandler.c.

◆ SOUND_INTERVALS_LIGHT_MIN

class HungerSoundHandlerBase extends SoundHandlerBase SOUND_INTERVALS_LIGHT_MIN = 10