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

Go to the source code of this file.

Enumerations

enum  ECrewMemberState { DEFAULT = 0 , UNCONSCIOUS = 1 , DEAD }
 

Enumeration Type Documentation

◆ ECrewMemberState

Enumerator
DEFAULT 
UNCONSCIOUS 
DEAD 

Definition at line 1 of file ECrewMemberState.c.

2{
3 DEFAULT = 0,
4 UNCONSCIOUS = 1,
5 DEAD
6}
@ DEAD
@ UNCONSCIOUS
@ DEFAULT