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

Go to the source code of this file.

Enumerations

enum  ETimeOfDay { Day , Night }
 

Enumeration Type Documentation

◆ ETimeOfDay

Enumerator
Day 
Night 

Definition at line 1 of file ETimeOfDay.c.

2{
3 Day,
4 Night,
5}
@ Night
Definition ETimeOfDay.c:4
@ Day
Definition ETimeOfDay.c:3