DayZ 1.24
Loading...
Searching...
No Matches
EMixedSoundStates.c File Reference

Go to the source code of this file.

Enumerations

enum  eMixedSoundStates { HUNGRY = 1 , THIRSTY = 2 , COUNT = 4 }
 bits More...
 

Enumeration Type Documentation

◆ eMixedSoundStates

bits

Enumerator
HUNGRY 
THIRSTY 
COUNT 

Definition at line 2 of file EMixedSoundStates.c.

3{
4 HUNGRY = 1,
5 THIRSTY = 2,
6 //---------
7 COUNT = 4
8}
@ COUNT
@ THIRSTY
@ HUNGRY