Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
etransformationaxis.c
Go to the documentation of this file.
2 {
3  BOTTOM = 0,
4  LEFT = 1,
5  BACK = 2,
6  TOP = 3,
7  RIGHT = 4,
8  FRONT = 5
9 };
LEFT
@ LEFT
Definition: etransformationaxis.c:4
ETransformationAxis
ETransformationAxis
Definition: etransformationaxis.c:1
BOTTOM
@ BOTTOM
Definition: etransformationaxis.c:3
RIGHT
@ RIGHT
Definition: etransformationaxis.c:7
BACK
@ BACK
Definition: etransformationaxis.c:5
FRONT
@ FRONT
Definition: etransformationaxis.c:8
TOP
@ TOP
Definition: etransformationaxis.c:6