Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_BudgetEditorComponent.c File Reference

Go to the source code of this file.

Classes

class  SCR_BudgetEditorComponentClass
class  SCR_BudgetEditorComponent

Macros

#define BUDGET_OPTIMIZATION_CHECKS

Typedefs

typedef func ScriptInvoker_EntityBudgetMaxUpdated
typedef ScriptInvokerBase< ScriptInvoker_EntityBudgetMaxUpdatedScriptInvoker_EntityBudgetMaxUpdatedEvent
typedef func ScriptInvoker_EntityBudgetUpdated
typedef ScriptInvokerBase< ScriptInvoker_EntityBudgetUpdatedScriptInvoker_EntityBudgetUpdatedEvent
typedef func ScriptInvoker_EntityBudgetMaxReached
typedef ScriptInvokerBase< ScriptInvoker_EntityBudgetMaxReachedScriptInvoker_EntityBudgetMaxReachedEvent

Functions

SCR_BudgetEditorComponentClass SCR_BaseEditorComponentClass ScriptInvoker_EntityBudgetMaxUpdated (EEditableEntityBudget budgetType, int currentBudgetValue, int newMaxBudgetValue)
void ScriptInvoker_EntityBudgetUpdated (EEditableEntityBudget budgetType, int originalBudgetValue, int updatedBudgetValue, int maxBudgetValue)
void ScriptInvoker_EntityBudgetMaxReached (EEditableEntityBudget budgetType, bool maxReached)

Macro Definition Documentation

◆ BUDGET_OPTIMIZATION_CHECKS

#define BUDGET_OPTIMIZATION_CHECKS

Definition at line 19 of file SCR_BudgetEditorComponent.c.

Typedef Documentation

◆ ScriptInvoker_EntityBudgetMaxReached

◆ ScriptInvoker_EntityBudgetMaxReachedEvent

◆ ScriptInvoker_EntityBudgetMaxUpdated

◆ ScriptInvoker_EntityBudgetMaxUpdatedEvent

◆ ScriptInvoker_EntityBudgetUpdated

◆ ScriptInvoker_EntityBudgetUpdatedEvent

Function Documentation

◆ ScriptInvoker_EntityBudgetMaxReached()

◆ ScriptInvoker_EntityBudgetMaxUpdated()

◆ ScriptInvoker_EntityBudgetUpdated()

void ScriptInvoker_EntityBudgetUpdated ( EEditableEntityBudget budgetType,
int originalBudgetValue,
int updatedBudgetValue,
int maxBudgetValue )