![]() |
Dayz Explorer 1.29.162510
|
Go to the source code of this file.
Classes | |
| class | VicinityObjects |
| objects in vicinity - extended with secondary object which is parent of that Object More... | |
Functions | |
| class VicinityObjects | ActionTarget (Object object, Object parent, int componentIndex, vector cursorHitPos, float utility) |
| Object | GetObject () |
| Object | GetParent () |
| Get parent of the Effect. | |
| bool | IsProxy () |
| int | GetComponentIndex () |
| float | GetUtility () |
| vector | GetCursorHitPos () |
| void | SetCursorHitPos (vector cursor_position) |
| void | DbgPrintTargetDump () |
| string | DumpToString () |
| class VicinityObjects ActionTarget | ( | Object | object, |
| Object | parent, | ||
| int | componentIndex, | ||
| vector | cursorHitPos, | ||
| float | utility ) |
Definition at line 1 of file actiontargets.c.
| void DbgPrintTargetDump | ( | ) |
Definition at line 149 of file actiontargets.c.
| string DumpToString | ( | ) |
Definition at line 154 of file actiontargets.c.
| int GetComponentIndex | ( | ) |
Definition at line 135 of file actiontargets.c.
| vector GetCursorHitPos | ( | ) |
Definition at line 141 of file actiontargets.c.
| Object GetObject | ( | ) |
Definition at line 122 of file actiontargets.c.
| float GetUtility | ( | ) |
Definition at line 138 of file actiontargets.c.
| bool IsProxy | ( | ) |
Definition at line 128 of file actiontargets.c.
| void SetCursorHitPos | ( | vector | cursor_position | ) |
Definition at line 144 of file actiontargets.c.