![]() |
Dayz Explorer 1.28.160049
|
Topics | |
| Diag menu API definition | |
Enumerations | |
| enum | ShapeType { BBOX , LINE , SPHERE , CYLINDER , DIAMOND , PYRAMID } |
| enum | ShapeFlags { NOZBUFFER , NOZWRITE , WIREFRAME , TRANSP , DOUBLESIDE , ONCE , NOOUTLINE , BACKFACE , NOCULL , VISIBLE , ADDITIVE } |
| enum | CollisionFlags |
Functions | |
| proto native void | GetMatrix (out vector mat[4]) |
| proto native void | SetMatrix (vector mat[4]) |
| proto native void | SetDirection (vector direction) |
| proto native void | SetPosition (vector position) |
| Set the world position of the Effect. | |
| proto native void | SetColor (int color) |
| proto native void | SetFlags (ShapeFlags flags) |
| proto native void | Destroy () |
| Cleans up the Effect, including unregistering if needed. | |
Variables | |
| enum ShapeType | ErrorEx |
Destroy | |
Methods regarding automatic cleanup | |
| void | SetAutodestroy (bool auto_destroy) |
| Sets whether Effect automatically cleans up when it stops. | |
| bool | IsAutodestroy () |
| Get whether Effect automatically cleans up when it stops. | |
| bool | IsPendingDeletion () |
| Get whether the Effect is queued up for being cleaned up. | |
| bool | CanDestroy () |
| Get whether the Effect can be destroyed right now. | |
| void | SetEnableEventFrame (bool enable) |
| Enable Event_OnFrameUpdate for the effect. | |
| enum CollisionFlags |
| enum ShapeFlags |
| enum ShapeType |
|
protected |
| proto native void Destroy | ( | ) |
Cleans up the Effect, including unregistering if needed.
Cleans up the Effect, including unregistering if needed.
| proto native void GetMatrix | ( | out vector | mat[4] | ) |
|
protected |
|
protected |
|
protected |
Sets whether Effect automatically cleans up when it stops.
| auto_destroy | bool Whether Effect automatically cleans up when it stops |
| proto native void SetColor | ( | int | color | ) |
| proto native void SetDirection | ( | vector | direction | ) |
|
protected |
Enable Event_OnFrameUpdate for the effect.
| proto native void SetFlags | ( | ShapeFlags | flags | ) |
| proto native void SetMatrix | ( | vector | mat[4] | ) |
| proto native void SetPosition | ( | vector | pos | ) |
| enum ShapeType ErrorEx |