Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
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};
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
EEditableEntityType
Defines type of SCR_EditableEntityComponent. Assigned automatically based on IEntity inheritance.
EEditableEntityFlag
Unique flags of the entity.
EEditableEntityInteractionFlag
Details of entity interaction.
@ MAX