Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
injurysoundhandler.c File Reference

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
 

Enumeration Type Documentation

◆ eInjurySoundZones

Definition at line 1 of file injurysoundhandler.c.

Function Documentation

◆ Init()

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.

Variable Documentation

◆ COUNT

@ COUNT

Definition at line 9 of file injurysoundhandler.c.

◆ HEAVY

HEAVY

Definition at line 5 of file injurysoundhandler.c.

◆ LIGHT

LIGHT

Definition at line 3 of file injurysoundhandler.c.

◆ MEDIUM

@ MEDIUM

Definition at line 4 of file injurysoundhandler.c.

◆ NONE

@ NONE = 0

Definition at line 2 of file injurysoundhandler.c.