![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SCR_EntityHelper |
Enumerations | |
| enum | SCR_EComponentFinderQueryFlags { ENTITY = 1 << 0 , SLOTS = 1 << 1 , CHILDREN = 1 << 2 , PARENT = 1 << 3 , PARENT_SLOTS = 1 << 4 , ROOT_PARENT = 1 << 5 , ROOT_PARENT_SLOTS = 1 << 6 , SIBLINGS = 1 << 7 } |
| Used for component finding to know where it can search to get the given component. More... | |
Functions | |
| class SCR_EntityHelper | GetEntityInHierarchy (notnull IEntity parent) |
Used for component finding to know where it can search to get the given component.
Definition at line 553 of file SCR_EntityHelper.c.
| class SCR_EntityHelper GetEntityInHierarchy | ( | notnull IEntity | parent | ) |
Search for an entity of given type in hierarchy of provided parent
| [in] | parent |
Definition at line 1 of file SCR_EntityHelper.c.