Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
EEditableEntityType.c
Go to the documentation of this file.
1
4
enum
EEditableEntityType
6
{
7
GENERIC
,
8
GROUP
,
9
CHARACTER
,
10
VEHICLE
,
11
WAYPOINT
,
12
ITEM
,
13
COMMENT
,
14
FACTION
,
15
TASK
,
16
SYSTEM
,
17
SLOT
18
};
GENERIC
@ GENERIC
Default entity type (inherited from GenericEntity)
Definition:
EEditableEntityType.c:7
CHARACTER
@ CHARACTER
Human character (inherited from ChimeraCharacter)
Definition:
EEditableEntityType.c:9
SYSTEM
@ SYSTEM
Player task (inherited from SCR_BaseTask)
Definition:
EEditableEntityType.c:16
ITEM
@ ITEM
Inventory item.
Definition:
EEditableEntityType.c:12
SLOT
@ SLOT
Scripted mechanics.
Definition:
EEditableEntityType.c:17
GROUP
@ GROUP
AI Group (inherited from AIGroup)
Definition:
EEditableEntityType.c:8
EEditableEntityType
EEditableEntityType
Defines type of SCR_EditableEntityComponent. Assigned automatically based on IEntity inheritance.
Definition:
EEditableEntityType.c:5
COMMENT
@ COMMENT
Comment visible only in the editor.
Definition:
EEditableEntityType.c:13
WAYPOINT
@ WAYPOINT
AI Waypoint (inherited from AIWaypoint)
Definition:
EEditableEntityType.c:11
VEHICLE
@ VEHICLE
Vehicle with crew slots inside (inherited from Vehicle)
Definition:
EEditableEntityType.c:10
FACTION
@ FACTION
Faction registered in FactionManager.
Definition:
EEditableEntityType.c:14
TASK
@ TASK
Definition:
EEditableEntityType.c:15
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
Editor
Enums
EEditableEntityType.c
Generated by
1.8.17