![]() |
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
| class | SCR_EditableEntityCore |
Typedefs | |
| typedef func | ScriptInvoker_EntityCoreBudgetUpdated |
| typedef ScriptInvokerBase< ScriptInvoker_EntityCoreBudgetUpdated > | ScriptInvoker_EntityCoreBudgetUpdatedEvent |
Functions | |
| void | ScriptInvoker_EntityCoreBudgetUpdated (EEditableEntityBudget type, int originalBudgetValue, int budgetChange, int updatedBudgetValue, SCR_EditableEntityComponent entity) |
Definition at line 2 of file SCR_EditableEntityCore.c.
| typedef ScriptInvokerBase<ScriptInvoker_EntityCoreBudgetUpdated> ScriptInvoker_EntityCoreBudgetUpdatedEvent |
Definition at line 3 of file SCR_EditableEntityCore.c.
| void ScriptInvoker_EntityCoreBudgetUpdated | ( | EEditableEntityBudget | type, |
| int | originalBudgetValue, | ||
| int | budgetChange, | ||
| int | updatedBudgetValue, | ||
| SCR_EditableEntityComponent | entity | ||
| ) |