Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
injurysoundhandler.c File Reference

Go to the source code of this file.

Classes

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)
 

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)

whole body slots

upper body part slots

bottom body part slots

lower body part slots


heat comfort related slots

Definition at line 1 of file injurysoundhandler.c.

Variable Documentation

◆ COUNT

@ COUNT

Definition at line 21 of file injurysoundhandler.c.

◆ HEAVY

HEAVY

Definition at line 18 of file injurysoundhandler.c.

◆ LIGHT

LIGHT

Definition at line 16 of file injurysoundhandler.c.

◆ MEDIUM

@ MEDIUM

Definition at line 17 of file injurysoundhandler.c.

◆ NONE

@ NONE = 0

Definition at line 15 of file injurysoundhandler.c.