Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
EAxisList Namespace Reference

Enumerations

enum  Type {
  None = 0 , X = 1 , Y = 2 , Z = 4 ,
  Screen = 8 , XY = X | Y , XZ = X | Z , YZ = Y | Z ,
  XYZ = X | Y | Z , All = XYZ | Screen , ZRotation = YZ , Rotate2D = Screen
}
 

Enumeration Type Documentation

◆ Type

Enumerator
None 
Screen 
XY 
XZ 
YZ 
XYZ 
All 
ZRotation 
Rotate2D 

Definition at line 23 of file Axis.h.