Dayz Explorer 1.29.162510
Loading...
Searching...
No Matches
gizmoapi.c File Reference

Go to the source code of this file.

Classes

class  GizmoApi

Typedefs

typedef int GizmoHandle

Enumerations

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

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()

proto GizmoApi GetGizmoApi ( )