![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
objects in vicinity - extended with secondary object which is parent of that Object More...
Private Member Functions | |
| void | VicinityObjects () |
| void | ClearVicinityObjects () |
| int | Count () |
| Object | GetObject (int i) |
| returns VicinityObjects Key | |
| Object | GetParent (int i) |
| returns VicinityObjects Element | |
| array< Object > | GetRawVicinityObjects () |
| return simple array of Objects in Vicinity | |
| array< Object > | GetVicinityObjects () |
| return simple array of Objects in Vicinity | |
| void | Remove (array< Object > objects) |
| void | Remove (Object object) |
| void | StoreVicinityObject (Object object, Object parent=null) |
| stores VicinityObject to Hashmap - for storing of parent/child relationship | |
| void | TransformToVicinityObjects (array< Object > objects) |
| transform simple array of Objects to VicinityObjects hashmap | |
Private Attributes | |
| ref map< Object, Object > | m_VicinityObjects |
objects in vicinity - extended with secondary object which is parent of that Object
Definition at line 2 of file actiontargets.c.
|
inlineprivate |
Definition at line 6 of file actiontargets.c.
References m_VicinityObjects.
|
inlineprivate |
Definition at line 46 of file actiontargets.c.
References m_VicinityObjects.
|
inlineprivate |
Definition at line 92 of file actiontargets.c.
References m_VicinityObjects.
returns VicinityObjects Key
Definition at line 81 of file actiontargets.c.
References m_VicinityObjects.
returns VicinityObjects Element
Definition at line 87 of file actiontargets.c.
References m_VicinityObjects.
return simple array of Objects in Vicinity
Definition at line 69 of file actiontargets.c.
References GetObject(), and m_VicinityObjects.
return simple array of Objects in Vicinity
filters out non-takeable items (won't be shown in vicinity)
Definition at line 52 of file actiontargets.c.
References GetObject(), ItemBase::IsTakeable(), and m_VicinityObjects.
Definition at line 102 of file actiontargets.c.
References m_VicinityObjects.
|
inlineprivate |
Definition at line 97 of file actiontargets.c.
References m_VicinityObjects.
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 12 of file actiontargets.c.
References m_VicinityObjects.
Referenced by TransformToVicinityObjects().
transform simple array of Objects to VicinityObjects hashmap
Definition at line 34 of file actiontargets.c.
References CanBeActionTarget(), GetType(), and StoreVicinityObject().
Definition at line 4 of file actiontargets.c.
Referenced by VicinityObjects(), ClearVicinityObjects(), Count(), GetObject(), GetParent(), GetRawVicinityObjects(), GetVicinityObjects(), Remove(), Remove(), and StoreVicinityObject().