Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_EditableGroupInteraction.c
Go to the documentation of this file.
3 {
4  override bool CanSetParent(EEditableEntityType parentType, EEditableEntityFlag parentFlags, EEditableEntityInteractionFlag interactionFlags = int.MAX)
5  {
6  if (parentType == ROOT)
7  return true;
8 
9  return parentType == EEditableEntityType.CHARACTER
10  || parentType == EEditableEntityType.GROUP
11  || parentType == EEditableEntityType.VEHICLE;
12  }
13 };
EEditableEntityFlag
EEditableEntityFlag
Unique flags of the entity.
Definition: EEditableEntityFlag.c:5
ROOT
@ ROOT
Definition: EEditorMenuOverlayRoot.c:7
EEditableEntityType
EEditableEntityType
Defines type of SCR_EditableEntityComponent. Assigned automatically based on IEntity inheritance.
Definition: EEditableEntityType.c:5
EEditableEntityInteractionFlag
EEditableEntityInteractionFlag
Details of entity interaction.
Definition: EEditableEntityInteractionFlag.c:5
SCR_EditableGroupInteraction
Definition: SCR_EditableGroupInteraction.c:2
SCR_EditableEntityInteraction
Definition: SCR_EditableEntityInteraction.c:2
BaseContainerProps
SCR_AIGoalReaction_Follow BaseContainerProps
Handles insects that are supposed to be spawned around selected prefabs defined in prefab names array...
Definition: SCR_AIGoalReaction.c:468