Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_FuelProviderEditorAttribute.c
Go to the documentation of this file.
1 
6 {
7  //------------------------------------------------------------------------------------------------
8  protected override SCR_EFuelNodeTypeFlag GetFuelNodeFlags()
9  {
10  return SCR_EFuelNodeTypeFlag.CAN_PROVIDE_FUEL | SCR_EFuelNodeTypeFlag.IS_FUEL_STORAGE;
11  }
12 
13  //------------------------------------------------------------------------------------------------
14  protected override SCR_EFuelNodeTypeFlag GetFuelNodeIgnoreFlags()
15  {
16  return 0;
17  }
18 };
SCR_FuelEditorAttribute
Definition: SCR_FuelEditorAttribute.c:5
SCR_BaseEditorAttributeCustomTitle
Definition: SCR_BaseEditorAttribute.c:868
SCR_FuelProviderEditorAttribute
Definition: SCR_FuelProviderEditorAttribute.c:5
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