Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_SetSuppliesVehicleEditorAttribute.c
Go to the documentation of this file.
3{
4 protected override bool CanDisplay(SCR_EditableEntityComponent editableEntity)
5 {
6 //~ Ignore if not vehicle
7 return editableEntity.GetEntityType() == EEditableEntityType.VEHICLE;
8 }
9}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
EEditableEntityType GetEntityType(IEntity owner=null)
override bool CanDisplay(SCR_EditableEntityComponent editableEntity)
EEditableEntityType
Defines type of SCR_EditableEntityComponent. Assigned automatically based on IEntity inheritance.