Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
EEditableEntityInteraction.c
Go to the documentation of this file.
1 
6 {
7  NONE,
8  LAYER,
9  SLOT,
11 };
EEditableEntityInteraction
EEditableEntityInteraction
Type of suggested interaction when hovering edited entity on top of another entity.
Definition: EEditableEntityInteraction.c:5
LAYER
@ LAYER
Open layer.
Definition: EEditableEntityInteraction.c:8
NONE
@ NONE
Simple transform.
Definition: EEditableEntityInteraction.c:7
SLOT
@ SLOT
Attach to slot.
Definition: EEditableEntityInteraction.c:9
PASSENGER
@ PASSENGER
Place as passenger of vehicle. Used by context action SCR_ChooseAndSpawnOccupantsContextAction not pl...
Definition: EEditableEntityInteraction.c:10