![]() |
Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| 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 |
| void PlaySound | ( | ) |
Definition at line 38 of file hungersoundhandler.c.
| void ProcessSound | ( | ) |
Definition at line 28 of file hungersoundhandler.c.
| EffectSound m_Sound |
Definition at line 18 of file hungersoundhandler.c.
| float m_SoundTime |
Definition at line 17 of file hungersoundhandler.c.
| const float SOUND_INTERVALS_LIGHT_MAX = 30 |
Definition at line 16 of file hungersoundhandler.c.
| class HungerSoundHandlerBase extends SoundHandlerBase SOUND_INTERVALS_LIGHT_MIN = 10 |