Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
gizmoapi.c File Reference

Go to the source code of this file.

Data Structures

class  GizmoApi
 API for managing gizmos. More...

Typedefs

typedef int GizmoHandle
 Temporary hande for a gizmo, not guaranteed to be valid after any CRUD operation within GizmoApi or on a new frame.

Enumerations

enum  GizmoSpaceMode { WORLD , LOCAL , CAMERA }
enum  GizmoTransformMode {
  NONE , MOVE , MOVE_2D , ROTATE ,
  SCALE
}

Functions

proto void CreateGizmoApi ()
proto void DestroyGizmoApi ()
proto GizmoApi GetGizmoApi ()

Typedef Documentation

◆ GizmoHandle

typedef int GizmoHandle

Temporary hande for a gizmo, not guaranteed to be valid after any CRUD operation within GizmoApi or on a new frame.

Definition at line 21 of file gizmoapi.c.

Enumeration Type Documentation

◆ GizmoSpaceMode

Enumerator
WORLD 
LOCAL 
CAMERA 

Definition at line 10 of file gizmoapi.c.

◆ GizmoTransformMode

Enumerator
NONE 
MOVE 
MOVE_2D 
ROTATE 
SCALE 

Definition at line 1 of file gizmoapi.c.

Function Documentation

◆ CreateGizmoApi()

proto void CreateGizmoApi ( )

◆ DestroyGizmoApi()

proto void DestroyGizmoApi ( )

◆ GetGizmoApi()