![]() |
Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | InjurySoundHandlerBase |
Enumerations | |
| enum | eInjurySoundZones |
Functions | |
| enum eInjurySoundZones | Init () |
| Launched from 'DayZGame.DeferredInit' to make earlier access, use, and updates impossible (downside of a non-static system) More... | |
Variables | |
| NONE = 0 | |
| LIGHT | |
| MEDIUM | |
| HEAVY | |
| COUNT | |
| enum eInjurySoundZones |
Definition at line 1 of file injurysoundhandler.c.
| enum eInjurySoundZones Init | ( | ) |
Launched from 'DayZGame.DeferredInit' to make earlier access, use, and updates impossible (downside of a non-static system)
Definition at line 14 of file injurysoundhandler.c.
| @ COUNT |
Definition at line 9 of file injurysoundhandler.c.
| HEAVY |
Definition at line 5 of file injurysoundhandler.c.
| LIGHT |
Definition at line 3 of file injurysoundhandler.c.
| @ MEDIUM |
Definition at line 4 of file injurysoundhandler.c.
| @ NONE = 0 |
Definition at line 2 of file injurysoundhandler.c.