Ark Server API (ASE) - Wiki
|
Enumerations | |
enum | HandedSystem { Handed_R = 0x1 , Handed_L = 0xff } |
enum | AxisDirection { Axis_Up = 0x2 , Axis_Down = 0xfe , Axis_Right = 0x1 , Axis_Left = 0xff , Axis_In = 0x3 , Axis_Out = 0xfd } |
enum | Axis { Axis_X = 0x0 , Axis_Y = 0x1 , Axis_Z = 0x2 } |
enum | StereoEye { StereoEye_Left = 0x0 , StereoEye_Right = 0x1 , StereoEye_Center = 0x2 } |
enum | RotateDirection { Rotate_CCW = 0x1 , Rotate_CW = 0xff } |
enum OVR::AxisDirection |
enum OVR::HandedSystem |
enum OVR::RotateDirection |
enum OVR::StereoEye |