Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
EEditorTransformVertical.c
Go to the documentation of this file.
1 
6 {
7  SEA = 1 << 0,
8  TERRAIN = 1 << 1,
9  GEOMETRY = 1 << 2,
10 };
TERRAIN
@ TERRAIN
Above terrain level.
Definition: EEditorTransformVertical.c:8
EEditorTransformVertical
EEditorTransformVertical
Vertical transformation mode.
Definition: EEditorTransformVertical.c:5
GEOMETRY
@ GEOMETRY
Above geometry level.
Definition: EEditorTransformVertical.c:9
SEA
@ SEA
Above sea level.
Definition: EEditorTransformVertical.c:7