Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_CampaignBuildingBudgetToEvaluateData.c
Go to the documentation of this file.
1//------------------------------------------------------------------------------------------------
4{
5 [Attribute(desc: "Fill in the budgets to be used with this provider", UIWidgets.ComboBox, enums: ParamEnumArray.FromEnum(EEditableEntityBudget))]
7
8 [Attribute("0", UIWidgets.CheckBox, "If this provider has set: Use master provider and the same budget is set on master provider too, master provider budget will be used to evaluate placement.")]
10
11 [Attribute("0", UIWidgets.CheckBox, "Set if this budget should be used in UI bar. Two budgets can be set per provider.")]
12 protected bool m_bShowBudgetInUI;
13
14 //------------------------------------------------------------------------------------------------
16 bool CanBeUsed()
17 {
18 return true;
19 }
20
21 //------------------------------------------------------------------------------------------------
26
27 //------------------------------------------------------------------------------------------------
33
34 //------------------------------------------------------------------------------------------------
37 {
38 return m_bShowBudgetInUI;
39 }
40
41 //------------------------------------------------------------------------------------------------
43 void SetShowBudgetInUI(bool value)
44 {
45 m_bShowBudgetInUI = value;
46 }
47}
EEditableEntityBudget
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
class SCR_CampaignHintStorage SCR_BaseContainerCustomTitleEnum(EHint, "m_eHintId")
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
bool CanBeUsed()
To be overridden in inherited classes, allow to set an additional custom condition to usage of the bu...
bool UseMasterProviderBudget()
Should be used the budget of master provider.
SCR_FieldOfViewSettings Attribute