Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
ETimeFormatParam.c
Go to the documentation of this file.
1 
5 {
6  DAYS = 1,
7  HOURS = 2,
8  MINUTES = 4,
9  SECONDS = 8
10 };
SECONDS
@ SECONDS
Definition: ETimeFormatParam.c:9
MINUTES
@ MINUTES
Definition: ETimeFormatParam.c:8
ETimeFormatParam
ETimeFormatParam
Definition: ETimeFormatParam.c:4
DAYS
@ DAYS
Definition: ETimeFormatParam.c:6
HOURS
@ HOURS
Definition: ETimeFormatParam.c:7