Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_PlayerBudgetSystemEnableEditorAttribute.c
Go to the documentation of this file.
3 {
4  protected override EEditableEntityBudget GetBudgetType()
5  {
6  return EEditableEntityBudget.SYSTEMS;
7  }
8 
9  protected override ENotification GetEnableNotification()
10  {
11  return ENotification.EDITOR_ENABLE_SYSTEM_BUDGET;
12  }
13 
14  protected override ENotification GetDisableNotification()
15  {
16  return ENotification.EDITOR_DISABLE_SYSTEM_BUDGET;
17  }
18 };
EEditableEntityBudget
EEditableEntityBudget
Definition: EEditableEntityBudget.c:1
SCR_BaseEditorAttributeCustomTitle
Definition: SCR_BaseEditorAttribute.c:868
ENotification
ENotification
Definition: ENotification.c:4
SCR_PlayerBudgetSystemEnableEditorAttribute
Definition: SCR_PlayerBudgetSystemEnableEditorAttribute.c:2
SCR_BasePlayerBudgetEnableEditorAttribute
Definition: SCR_BasePlayerBudgetEnableEditorAttribute.c:3
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