Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
Containers

Classes

class  BaseContainer
class  BaseContainerList
class  BaseContainerTools
class  IEntityComponentSource
class  IEntitySource
class  UserSettings
class  WidgetSource

Enumerations

enum  DataVarType {
  ARRAY , NULL , SCALAR , VECTOR2 ,
  VECTOR3 , VECTOR4 , MATRIX , COLOR ,
  INTEGER , TEXTURE , BOOLEAN , STRING ,
  POINTER , FLAGS , OBJECT , RESOURCE_NAME ,
  SCALAR_ARRAY , VECTOR2_ARRAY , VECTOR3_ARRAY , VECTOR4_ARRAY ,
  MATRIX_ARRAY , COLOR_ARRAY , INTEGER_ARRAY , TEXTURE_ARRAY ,
  BOOLEAN_ARRAY , STRING_ARRAY , POINTER_ARRAY , OBJECT_ARRAY ,
  RESOURCE_NAME_ARRAY , ARRAY , NULL , SCALAR ,
  VECTOR2 , VECTOR3 , VECTOR4 , MATRIX ,
  COLOR , INTEGER , TEXTURE , BOOLEAN ,
  STRING , POINTER , FLAGS , OBJECT ,
  RESOURCE_NAME , SCALAR_ARRAY , VECTOR2_ARRAY , VECTOR3_ARRAY ,
  VECTOR4_ARRAY , MATRIX_ARRAY , COLOR_ARRAY , INTEGER_ARRAY ,
  TEXTURE_ARRAY , BOOLEAN_ARRAY , STRING_ARRAY , POINTER_ARRAY ,
  OBJECT_ARRAY , RESOURCE_NAME_ARRAY
}
enum  DataVarType {
  ARRAY , NULL , SCALAR , VECTOR2 ,
  VECTOR3 , VECTOR4 , MATRIX , COLOR ,
  INTEGER , TEXTURE , BOOLEAN , STRING ,
  POINTER , FLAGS , OBJECT , RESOURCE_NAME ,
  SCALAR_ARRAY , VECTOR2_ARRAY , VECTOR3_ARRAY , VECTOR4_ARRAY ,
  MATRIX_ARRAY , COLOR_ARRAY , INTEGER_ARRAY , TEXTURE_ARRAY ,
  BOOLEAN_ARRAY , STRING_ARRAY , POINTER_ARRAY , OBJECT_ARRAY ,
  RESOURCE_NAME_ARRAY , ARRAY , NULL , SCALAR ,
  VECTOR2 , VECTOR3 , VECTOR4 , MATRIX ,
  COLOR , INTEGER , TEXTURE , BOOLEAN ,
  STRING , POINTER , FLAGS , OBJECT ,
  RESOURCE_NAME , SCALAR_ARRAY , VECTOR2_ARRAY , VECTOR3_ARRAY ,
  VECTOR4_ARRAY , MATRIX_ARRAY , COLOR_ARRAY , INTEGER_ARRAY ,
  TEXTURE_ARRAY , BOOLEAN_ARRAY , STRING_ARRAY , POINTER_ARRAY ,
  OBJECT_ARRAY , RESOURCE_NAME_ARRAY
}

Detailed Description

Enumeration Type Documentation

◆ DataVarType [1/2]

Type of variable. Used by enf::MaterialClass, enf::Material, enf::MaterialSource, enf::MaterialSystem, enf::WidgetProperties, enf::SoundShaderDef etc

Enumerator
ARRAY 
NULL 

Unknown type.

SCALAR 

Float type.

VECTOR2 

Vector2 type.

VECTOR3 

Vector3 type.

VECTOR4 

Vector4 type.

MATRIX 

Matrix44 type.

COLOR 

FColor type.

INTEGER 

Int type.

TEXTURE 

TextureMap type.

BOOLEAN 

Boolean type.

STRING 

String type.

POINTER 

Pointer type.

FLAGS 

Flag-set type.

OBJECT 

Object, derived from BaseContainer.

RESOURCE_NAME 

Resource name.

SCALAR_ARRAY 
VECTOR2_ARRAY 
VECTOR3_ARRAY 
VECTOR4_ARRAY 
MATRIX_ARRAY 
COLOR_ARRAY 
INTEGER_ARRAY 
TEXTURE_ARRAY 
BOOLEAN_ARRAY 
STRING_ARRAY 
POINTER_ARRAY 
OBJECT_ARRAY 
RESOURCE_NAME_ARRAY 
ARRAY 
NULL 

Unknown type.

SCALAR 

Float type.

VECTOR2 

Vector2 type.

VECTOR3 

Vector3 type.

VECTOR4 

Vector4 type.

MATRIX 

Matrix44 type.

COLOR 

FColor type.

INTEGER 

Int type.

TEXTURE 

TextureMap type.

BOOLEAN 

Boolean type.

STRING 

String type.

POINTER 

Pointer type.

FLAGS 

Flag-set type.

OBJECT 

Object, derived from BaseContainer.

RESOURCE_NAME 

Resource name.

SCALAR_ARRAY 
VECTOR2_ARRAY 
VECTOR3_ARRAY 
VECTOR4_ARRAY 
MATRIX_ARRAY 
COLOR_ARRAY 
INTEGER_ARRAY 
TEXTURE_ARRAY 
BOOLEAN_ARRAY 
STRING_ARRAY 
POINTER_ARRAY 
OBJECT_ARRAY 
RESOURCE_NAME_ARRAY 

Definition at line 17 of file DataVarType.c.

◆ DataVarType [2/2]

Enumerator
ARRAY 
NULL 

Unknown type.

SCALAR 

Float type.

VECTOR2 

Vector2 type.

VECTOR3 

Vector3 type.

VECTOR4 

Vector4 type.

MATRIX 

Matrix44 type.

COLOR 

FColor type.

INTEGER 

Int type.

TEXTURE 

TextureMap type.

BOOLEAN 

Boolean type.

STRING 

String type.

POINTER 

Pointer type.

FLAGS 

Flag-set type.

OBJECT 

Object, derived from BaseContainer.

RESOURCE_NAME 

Resource name.

SCALAR_ARRAY 
VECTOR2_ARRAY 
VECTOR3_ARRAY 
VECTOR4_ARRAY 
MATRIX_ARRAY 
COLOR_ARRAY 
INTEGER_ARRAY 
TEXTURE_ARRAY 
BOOLEAN_ARRAY 
STRING_ARRAY 
POINTER_ARRAY 
OBJECT_ARRAY 
RESOURCE_NAME_ARRAY 
ARRAY 
NULL 

Unknown type.

SCALAR 

Float type.

VECTOR2 

Vector2 type.

VECTOR3 

Vector3 type.

VECTOR4 

Vector4 type.

MATRIX 

Matrix44 type.

COLOR 

FColor type.

INTEGER 

Int type.

TEXTURE 

TextureMap type.

BOOLEAN 

Boolean type.

STRING 

String type.

POINTER 

Pointer type.

FLAGS 

Flag-set type.

OBJECT 

Object, derived from BaseContainer.

RESOURCE_NAME 

Resource name.

SCALAR_ARRAY 
VECTOR2_ARRAY 
VECTOR3_ARRAY 
VECTOR4_ARRAY 
MATRIX_ARRAY 
COLOR_ARRAY 
INTEGER_ARRAY 
TEXTURE_ARRAY 
BOOLEAN_ARRAY 
STRING_ARRAY 
POINTER_ARRAY 
OBJECT_ARRAY 
RESOURCE_NAME_ARRAY 

Definition at line 17 of file DataVarType.c.