Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_PlayerBudgetVehicleEnableEditorAttribute.c
Go to the documentation of this file.
1
[
BaseContainerProps
(),
SCR_BaseEditorAttributeCustomTitle
()]
2
class
SCR_PlayerBudgetVehicleEnableEditorAttribute
:
SCR_BasePlayerBudgetEnableEditorAttribute
3
{
4
protected
override
EEditableEntityBudget
GetBudgetType()
5
{
6
return
EEditableEntityBudget
.VEHICLES;
7
}
8
9
protected
override
ENotification
GetEnableNotification()
10
{
11
return
ENotification
.EDITOR_ENABLE_VEHICLE_BUDGET;
12
}
13
14
protected
override
ENotification
GetDisableNotification()
15
{
16
return
ENotification
.EDITOR_DISABLE_VEHICLE_BUDGET;
17
}
18
};
EEditableEntityBudget
EEditableEntityBudget
Definition:
EEditableEntityBudget.c:1
SCR_BaseEditorAttributeCustomTitle
Definition:
SCR_BaseEditorAttribute.c:868
ENotification
ENotification
Definition:
ENotification.c:4
SCR_BasePlayerBudgetEnableEditorAttribute
Definition:
SCR_BasePlayerBudgetEnableEditorAttribute.c:3
SCR_PlayerBudgetVehicleEnableEditorAttribute
Definition:
SCR_PlayerBudgetVehicleEnableEditorAttribute.c:2
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_PlayerBudgetVehicleEnableEditorAttribute.c
Generated by
1.8.17