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

Go to the source code of this file.

Enumerations

enum  eFertlityState { NONE = 0 , FERTILIZED = 1 }
 

Variables

enum eFertlityState DRY = 0
 

Enumeration Type Documentation

◆ eFertlityState

Enumerator
NONE 
FERTILIZED 

Definition at line 1 of file Slot.c.

2{
3 NONE = 0,
4 FERTILIZED = 1
5 //This will be used to set bit values (DO NOT ADD MORE VALUES)
6}
@ FERTILIZED
Definition Slot.c:4
@ NONE
Definition Slot.c:3

Variable Documentation

◆ DRY