Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
EEditableEntityInteractionFlag.c
Go to the documentation of this file.
1 
6 {
7  ALIVE = 1 << 0,
8  DELEGATE = 1 << 1,
9  LAYER_EDITING = 1 << 2,
10  NON_PLAYABLE = 1 << 3,
11  PLACING = 1 << 4,
12 };
NON_PLAYABLE
@ NON_PLAYABLE
Entity is not a player.
Definition: EEditableEntityInteractionFlag.c:10
EEditableEntityInteractionFlag
EEditableEntityInteractionFlag
Details of entity interaction.
Definition: EEditableEntityInteractionFlag.c:5
ALIVE
@ ALIVE
Entity and target are not destroyed, or cannot be destroyed.
Definition: EEditableEntityInteractionFlag.c:7
PLACING
@ PLACING
Current operation is placing.
Definition: EEditableEntityInteractionFlag.c:11
DELEGATE
@ DELEGATE
Hovering over delegate, i.e., icon, not mesh.
Definition: EEditableEntityInteractionFlag.c:8
LAYER_EDITING
@ LAYER_EDITING
Layer editing is enabled.
Definition: EEditableEntityInteractionFlag.c:9