Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
EEntityCatalogType.c File Reference

Go to the source code of this file.

Enumerations

enum  EEntityCatalogType {
  NONE = 0, CHARACTER = 20, VEHICLE = 30, GROUP = 40,
  COMPOSITION = 50, ITEM = 60, SYSTEM = 70, WEAPONS_TRIPOD = 80,
  RESPAWN_LOADOUT = 90, SUPPLY_CONTAINER_ITEM = 100
}
 

Enumeration Type Documentation

◆ EEntityCatalogType

List of entity catalog types

Enumerator
NONE 

NONE should not be set as a data type.

CHARACTER 

Characters.

VEHICLE 

Vehicles.

GROUP 

Groups.

COMPOSITION 

Compositions.

ITEM 

Inventory Items.

SYSTEM 

Systems (Eg Respawn point, Objectives)

WEAPONS_TRIPOD 

Static Weapons on Tripods.

RESPAWN_LOADOUT 

Used for player spawning.

SUPPLY_CONTAINER_ITEM 

Inventory Items that hold supplies.

Definition at line 4 of file EEntityCatalogType.c.