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