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

Go to the source code of this file.

Enumerations

enum  eAgents { NERVE_AGENT = 128 }
 

Enumeration Type Documentation

◆ eAgents

Enumerator
NERVE_AGENT 

Definition at line 2 of file EAgents.c.

3{
4 //agent list
5 CHOLERA = 1;
6 INFLUENZA = 2;
7 SALMONELLA = 4;
8 BRAIN = 8;
9 FOOD_POISON = 16;
10 CHEMICAL_POISON = 32;
11 WOUND_AGENT = 64;
12 NERVE_AGENT = 128;
13}
@ NERVE_AGENT
Definition EAgents.c:12