Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
DataVarType.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
17
enum
DataVarType
18
{
19
ARRAY
,
21
NULL
,
23
SCALAR
,
25
VECTOR2
,
27
VECTOR3
,
29
VECTOR4
,
31
MATRIX
,
33
COLOR
,
35
INTEGER
,
37
TEXTURE
,
39
BOOLEAN
,
41
STRING
,
43
POINTER
,
45
FLAGS
,
47
OBJECT
,
49
RESOURCE_NAME
,
50
SCALAR_ARRAY
,
51
VECTOR2_ARRAY
,
52
VECTOR3_ARRAY
,
53
VECTOR4_ARRAY
,
54
MATRIX_ARRAY
,
55
COLOR_ARRAY
,
56
INTEGER_ARRAY
,
57
TEXTURE_ARRAY
,
58
BOOLEAN_ARRAY
,
59
STRING_ARRAY
,
60
POINTER_ARRAY
,
61
OBJECT_ARRAY
,
62
RESOURCE_NAME_ARRAY
,
63
}
64
DataVarType
DataVarType
Definition
DataVarType.c:18
SCALAR_ARRAY
@ SCALAR_ARRAY
Definition
DataVarType.c:50
STRING_ARRAY
@ STRING_ARRAY
Definition
DataVarType.c:59
VECTOR2_ARRAY
@ VECTOR2_ARRAY
Definition
DataVarType.c:51
ARRAY
@ ARRAY
Definition
DataVarType.c:19
POINTER_ARRAY
@ POINTER_ARRAY
Definition
DataVarType.c:60
VECTOR2
@ VECTOR2
Vector2 type.
Definition
DataVarType.c:25
COLOR_ARRAY
@ COLOR_ARRAY
Definition
DataVarType.c:55
OBJECT
@ OBJECT
Object, derived from BaseContainer.
Definition
DataVarType.c:47
INTEGER_ARRAY
@ INTEGER_ARRAY
Definition
DataVarType.c:56
POINTER
@ POINTER
Pointer type.
Definition
DataVarType.c:43
VECTOR3_ARRAY
@ VECTOR3_ARRAY
Definition
DataVarType.c:52
INTEGER
@ INTEGER
Int type.
Definition
DataVarType.c:35
NULL
@ NULL
Unknown type.
Definition
DataVarType.c:21
MATRIX_ARRAY
@ MATRIX_ARRAY
Definition
DataVarType.c:54
BOOLEAN_ARRAY
@ BOOLEAN_ARRAY
Definition
DataVarType.c:58
TEXTURE_ARRAY
@ TEXTURE_ARRAY
Definition
DataVarType.c:57
VECTOR4
@ VECTOR4
Vector4 type.
Definition
DataVarType.c:29
RESOURCE_NAME
@ RESOURCE_NAME
Resource name.
Definition
DataVarType.c:49
RESOURCE_NAME_ARRAY
@ RESOURCE_NAME_ARRAY
Definition
DataVarType.c:62
VECTOR3
@ VECTOR3
Vector3 type.
Definition
DataVarType.c:27
OBJECT_ARRAY
@ OBJECT_ARRAY
Definition
DataVarType.c:61
VECTOR4_ARRAY
@ VECTOR4_ARRAY
Definition
DataVarType.c:53
MATRIX
@ MATRIX
Matrix44 type.
Definition
DataVarType.c:31
STRING
@ STRING
String type.
Definition
DataVarType.c:41
TEXTURE
@ TEXTURE
TextureMap type.
Definition
DataVarType.c:37
BOOLEAN
@ BOOLEAN
Boolean type.
Definition
DataVarType.c:39
COLOR
@ COLOR
FColor type.
Definition
DataVarType.c:33
FLAGS
@ FLAGS
Flag-set type.
Definition
DataVarType.c:45
SCALAR
@ SCALAR
Float type.
Definition
DataVarType.c:23
scripts
Core
generated
Containers
DataVarType.c
Generated by
1.17.0