Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_CampaignBuildingMaxValueBudgetToEvaluateData.c
Go to the documentation of this file.
1 //------------------------------------------------------------------------------------------------
4 {
5  [Attribute("50", UIWidgets.EditBox, "Maximum value of budget for this provider.")]
6  protected int m_iMaxValue;
7 
8  //------------------------------------------------------------------------------------------------
9  int GetMaxValue()
10  {
11  return m_iMaxValue;
12  }
13 }
SCR_BaseContainerCustomTitleEnum
class SCR_CampaignHintStorage SCR_BaseContainerCustomTitleEnum(EHint, "m_eHintId")
Definition: SCR_CampaignHintStorage.c:22
EEditableEntityBudget
EEditableEntityBudget
Definition: EEditableEntityBudget.c:1
SCR_CampaignBuildingMaxValueBudgetToEvaluateData
Definition: SCR_CampaignBuildingMaxValueBudgetToEvaluateData.c:3
Attribute
typedef Attribute
Post-process effect of scripted camera.
SCR_CampaignBuildingBudgetToEvaluateData
Definition: SCR_CampaignBuildingBudgetToEvaluateData.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