![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| sealed bool | CanSetParent (SCR_EditableEntityComponent parentEntity, EEditableEntityInteractionFlag interactionFlags=int.MAX) |
| bool | CanSetParent (EEditableEntityType parentType, EEditableEntityFlag parentFlags, EEditableEntityInteractionFlag interactionFlags=int.MAX) |
| bool | CanSetParent (SCR_EditableEntityComponent parentEntity, EEditableEntityType parentType, EEditableEntityFlag parentFlags, EEditableEntityInteractionFlag interactionFlags=int.MAX) |
| bool | CanCreateParentFor (EEditableEntityType newLayerType, EEditableEntityFlag newLayerFlags, SCR_EditableEntityComponent parentEntity, bool CheckParentEntity=true) |
Protected Attributes | |
| bool | m_bCanRefParent |
Static Protected Attributes | |
| static const int | ROOT = -1 |
Definition at line 2 of file SCR_EditableEntityInteraction.c.
|
inlineprotected |
Check if new layer can be created for entity
| EEditableEntityType | new layer type |
| newLayerFlags | new layer m_Flags |
| parentEntity | parent entity |
| CheckParentEntity | if should check if new layer can be added to parent |
Definition at line 76 of file SCR_EditableEntityInteraction.c.
|
inlineprotected |
Check if the entity can be moved to a parent with given params.
| parentType | Type of the new parent, use SCR_EditableEntityInteraction.ROOT if it§s root of editable entities. |
| parentFlags | Flags of the new parent \params interactionFlags Flags defining details about the interaction (all are enabled if undefined) |
Definition at line 38 of file SCR_EditableEntityInteraction.c.
|
inlineprotected |
Check if the entity can be moved to intended parent.
| parentEntity | New parent. Null when evaluating root. \params interactionFlags Flags defining details about the interaction (all are enabled if undefined) |
Definition at line 14 of file SCR_EditableEntityInteraction.c.
|
inlineprotected |
Check if the entity can be moved to a parent with given params. Only called if m_bCanRefParent is set to true
| parentEntity | New parent. Null when evaluating root. |
| parentType | Type of the new parent, use SCR_EditableEntityInteraction.ROOT if it§s root of editable entities. |
| parentFlags | Flags of the new parent \params interactionFlags Flags defining details about the interaction (all are enabled if undefined) |
Definition at line 62 of file SCR_EditableEntityInteraction.c.
|
protected |
Definition at line 4 of file SCR_EditableEntityInteraction.c.
|
staticprotected |
Definition at line 6 of file SCR_EditableEntityInteraction.c.