Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
constants.c
Go to the documentation of this file.
1
6
11const string STRING_EMPTY = "";
15
16
21const int COLOR_RED = 0xFFF22613;
22const int COLOR_GREEN = 0xFF2ECC71;
23const int COLOR_BLUE = 0xFF4B77BE;
24const int COLOR_YELLOW = 0xFFF7CA18;
25
26const int COLOR_RED_A = 0x1fF22613;
27const int COLOR_GREEN_A = 0x1f2ECC71;
28const int COLOR_BLUE_A = 0x1f4B77BE;
29const int COLOR_YELLOW_A = 0x1fF7CA18;
33
34//------------------------------------------
39
44
62
65
69
const int COLOR_BLUE
Definition constants.c:23
const int COLOR_BLUE_A
Definition constants.c:28
const int COLOR_RED_A
Definition constants.c:26
const int COLOR_RED
Definition constants.c:21
const int COLOR_GREEN
Definition constants.c:22
const int COLOR_YELLOW_A
Definition constants.c:29
const int COLOR_GREEN_A
Definition constants.c:27
const int COLOR_YELLOW
Definition constants.c:24
EDiagMenu
Enum of DiagMenu id values, binded automatically with engine diag values.
Definition constants.c:47
@ DM_REND_IBL_NUM
Definition constants.c:52
@ DM_REND_IBL_MIP
Definition constants.c:53
@ DM_REND_SHOWGBUFFER
Definition constants.c:49
@ DM_REND_SHOWVOLUMETRICRAYS
Definition constants.c:48
@ DM_REND_GBUFFER
Definition constants.c:50
@ DM_REND_DT_FULL
Definition constants.c:51
@ DM_REND_VSYNC_OVERRIDE
Definition constants.c:60
const string STRING_EMPTY
Definition constants.c:11