Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
class | VicinityObjects |
objects in vicinity - extended with secondary object which is parent of that Object More... | |
class | ActionTargets |
class | ObjectGroup |
Functions | |
class VicinityObjects | ActionTarget (Object object, Object parent, int componentIndex, vector cursorHitPos, float utility) |
void | VicinityObjects () |
void | StoreVicinityObject (Object object, Object parent=null) |
stores VicinityObject to Hashmap - for storing of parent/child relationship More... | |
void | TransformToVicinityObjects (array< Object > objects) |
transform simple array of Objects to VicinityObjects hashmap More... | |
void | ClearVicinityObjects () |
array< Object > | GetVicinityObjects () |
return simple array of Objects in Vicinity More... | |
array< Object > | GetRawVicinityObjects () |
return simple array of Objects in Vicinity More... | |
Object | GetObject (int i) |
returns VicinityObjects Key More... | |
Object | GetParent (int i) |
returns VicinityObjects Element More... | |
int | Count () |
void | Remove (Object object) |
void | Remove (array< Object > objects) |
Object | GetObject () |
Object | GetParent () |
Get parent of the Effect. More... | |
bool | IsProxy () |
int | GetComponentIndex () |
float | GetUtility () |
vector | GetCursorHitPos () |
void | SetCursorHitPos (vector cursor_position) |
void | DbgPrintTargetDump () |
string | DumpToString () |
Variables | |
private ref map< Object, Object > | m_VicinityObjects |
private Object | m_Object |
private Object | m_Parent |
private int | m_ComponentIndex |
private vector | m_CursorHitPos |
private float | m_Utility |
class ActionTargets | ActionTarget |
class VicinityObjects ActionTarget | ( | Object | object, |
Object | parent, | ||
int | componentIndex, | ||
vector | cursorHitPos, | ||
float | utility | ||
) |
Definition at line 113 of file actiontargets.c.
void ActionTarget::ClearVicinityObjects | ( | ) |
Definition at line 44 of file actiontargets.c.
int ActionTarget::Count | ( | ) |
Definition at line 90 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.
returns VicinityObjects Key
Definition at line 79 of file actiontargets.c.
returns VicinityObjects Element
Definition at line 85 of file actiontargets.c.
return simple array of Objects in Vicinity
Definition at line 67 of file actiontargets.c.
float GetUtility | ( | ) |
Definition at line 138 of file actiontargets.c.
return simple array of Objects in Vicinity
filters out non-takeable items (won't be shown in vicinity)
Definition at line 50 of file actiontargets.c.
bool IsProxy | ( | ) |
Definition at line 128 of file actiontargets.c.
Definition at line 100 of file actiontargets.c.
void ActionTarget::Remove | ( | Object | object | ) |
Definition at line 95 of file actiontargets.c.
void SetCursorHitPos | ( | vector | cursor_position | ) |
Definition at line 144 of file actiontargets.c.
stores VicinityObject to Hashmap - for storing of parent/child relationship
completely remove items that are being placed or are holograms
ignores plain objects
init of VicinityObjects - object, parent(if exists)
Definition at line 10 of file actiontargets.c.
transform simple array of Objects to VicinityObjects hashmap
Definition at line 32 of file actiontargets.c.
void ActionTarget::VicinityObjects | ( | ) |
Definition at line 4 of file actiontargets.c.
class ActionTargets ActionTarget |
private int m_ComponentIndex |
Definition at line 168 of file actiontargets.c.
private vector m_CursorHitPos |
Definition at line 169 of file actiontargets.c.
private Object m_Object |
Definition at line 166 of file actiontargets.c.
private Object m_Parent |
Definition at line 167 of file actiontargets.c.
private float m_Utility |
Definition at line 170 of file actiontargets.c.
Definition at line 2 of file actiontargets.c.