Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_EntityBudgetValue Interface Reference

Public Member Functions

EEditableEntityBudget GetBudgetType ()
 
int GetBudgetValue ()
 
void SetBudgetValue (int newValue)
 
bool AddBudgetValue (SCR_EntityBudgetValue entityBudgetValue)
 
void SCR_EntityBudgetValue (EEditableEntityBudget budgetType, int budgetValue=-1)
 

Static Public Member Functions

static void MergeBudgetCosts (out notnull array< ref SCR_EntityBudgetValue > outExistingBudgets, array< ref SCR_EntityBudgetValue > newBudgetCosts)
 
static void AddBudgetValueToBudgetArray (out notnull array< ref SCR_EntityBudgetValue > budgets, EEditableEntityBudget budgetType, int value)
 

Constructor & Destructor Documentation

◆ SCR_EntityBudgetValue()

void SCR_EntityBudgetValue.SCR_EntityBudgetValue ( EEditableEntityBudget budgetType,
int budgetValue = -1 )

Member Function Documentation

◆ AddBudgetValue()

bool SCR_EntityBudgetValue.AddBudgetValue ( SCR_EntityBudgetValue entityBudgetValue)

◆ AddBudgetValueToBudgetArray()

static void SCR_EntityBudgetValue.AddBudgetValueToBudgetArray ( out notnull array< ref SCR_EntityBudgetValue > budgets,
EEditableEntityBudget budgetType,
int value )
static

◆ GetBudgetType()

EEditableEntityBudget SCR_EntityBudgetValue.GetBudgetType ( )

◆ GetBudgetValue()

int SCR_EntityBudgetValue.GetBudgetValue ( )

◆ MergeBudgetCosts()

static void SCR_EntityBudgetValue.MergeBudgetCosts ( out notnull array< ref SCR_EntityBudgetValue > outExistingBudgets,
array< ref SCR_EntityBudgetValue > newBudgetCosts )
static

◆ SetBudgetValue()

void SCR_EntityBudgetValue.SetBudgetValue ( int newValue)

The documentation for this interface was generated from the following file: