![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
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 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.
| enum GizmoSpaceMode |
| Enumerator | |
|---|---|
| WORLD | |
| LOCAL | |
| CAMERA | |
Definition at line 10 of file gizmoapi.c.
| enum GizmoTransformMode |
| Enumerator | |
|---|---|
| NONE | |
| MOVE | |
| MOVE_2D | |
| ROTATE | |
| SCALE | |
Definition at line 1 of file gizmoapi.c.
| proto void CreateGizmoApi | ( | ) |
| proto void DestroyGizmoApi | ( | ) |
| proto GizmoApi GetGizmoApi | ( | ) |
Referenced by Building::OnAction(), EntityAI::OnAction(), InventoryItem::OnAction(), ManBase::OnAction(), OnAction(), and CGame::OnKeyPress().