Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_SetSuppliesVehicleEditorAttribute.c
Go to the documentation of this file.
1
[
BaseContainerProps
(),
SCR_BaseEditorAttributeCustomTitle
()]
2
class
SCR_SetSuppliesVehicleEditorAttribute
:
SCR_SetSuppliesBaseEditorAttribute
3
{
4
protected
override
bool
CanDisplay(
SCR_EditableEntityComponent
editableEntity)
5
{
6
//~ Ignore if not vehicle
7
return
editableEntity.GetEntityType() ==
EEditableEntityType
.VEHICLE;
8
}
9
}
SCR_BaseEditorAttributeCustomTitle
Definition:
SCR_BaseEditorAttribute.c:868
SCR_SetSuppliesVehicleEditorAttribute
Definition:
SCR_SetSuppliesVehicleEditorAttribute.c:2
EEditableEntityType
EEditableEntityType
Defines type of SCR_EditableEntityComponent. Assigned automatically based on IEntity inheritance.
Definition:
EEditableEntityType.c:5
SCR_SetSuppliesBaseEditorAttribute
Definition:
SCR_SetSuppliesBaseEditorAttribute.c:2
SCR_EditableEntityComponent
Definition:
SCR_EditableEntityComponent.c:13
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
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
Editor
Containers
Attributes
SCR_SetSuppliesVehicleEditorAttribute.c
Generated by
1.8.17