Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_EArmorLevels.c
Go to the documentation of this file.
4 {
5  NONE = 0,
6  CUSTOM_01 = 10,
7  CUSTOM_02 = 15,
8  CUSTOM_03 = 20,
9  CUSTOM_04 = 24,
10  TYPE_I = 25,
11  TYPE_IIA = 30,
12  TYPE_II = 35,
13  TYPE_IIIA = 40,
14  TYPE_III = 60,
15  CLASS_1 = 31,
16  CLASS_2 = 41,
17  CLASS_2A = 46,
18  CLASS_3 = 80,
19  CLASS_4 = 90,
20  CLASS_5 = 121
21 }
CLASS_4
@ CLASS_4
Definition: SCR_EArmorLevels.c:19
TYPE_III
@ TYPE_III
Definition: SCR_EArmorLevels.c:14
CUSTOM_03
@ CUSTOM_03
Definition: SCR_EArmorLevels.c:8
CLASS_2
@ CLASS_2
Definition: SCR_EArmorLevels.c:16
NONE
@ NONE
No protection value.
Definition: SCR_EArmorLevels.c:5
CUSTOM_01
@ CUSTOM_01
Arbitrary protection values.
Definition: SCR_EArmorLevels.c:6
CLASS_5
@ CLASS_5
Definition: SCR_EArmorLevels.c:20
TYPE_IIA
@ TYPE_IIA
Definition: SCR_EArmorLevels.c:11
SCR_EArmorLevels
SCR_EArmorLevels
Definition: SCR_EArmorLevels.c:3
CLASS_3
@ CLASS_3
Definition: SCR_EArmorLevels.c:18
CLASS_1
@ CLASS_1
Balanced to conform to GOST standard protection values.
Definition: SCR_EArmorLevels.c:15
TYPE_IIIA
@ TYPE_IIIA
Definition: SCR_EArmorLevels.c:13
TYPE_I
@ TYPE_I
Balanced to conform to NIJ standard protection values.
Definition: SCR_EArmorLevels.c:10
TYPE_II
@ TYPE_II
Definition: SCR_EArmorLevels.c:12
CUSTOM_04
@ CUSTOM_04
Definition: SCR_EArmorLevels.c:9
CUSTOM_02
@ CUSTOM_02
Definition: SCR_EArmorLevels.c:7
CLASS_2A
@ CLASS_2A
Definition: SCR_EArmorLevels.c:17