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

Go to the source code of this file.

Enumerations

enum  EStatLevels {
  GREAT , HIGH , MEDIUM , LOW ,
  CRITICAL
}
 

Enumeration Type Documentation

◆ EStatLevels

Enumerator
GREAT 
HIGH 
MEDIUM 
LOW 
CRITICAL 

Definition at line 1 of file EStatLevels.c.

2{
3 GREAT,
4 HIGH,
5 MEDIUM,
6 LOW,
8}
@ HIGH
Definition EStatLevels.c:4
@ MEDIUM
Definition EStatLevels.c:5
@ LOW
Definition EStatLevels.c:6
@ GREAT
Definition EStatLevels.c:3
@ CRITICAL
Definition EStatLevels.c:7