![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | OnBudgetMaxUpdate (EEditableEntityBudget budgetType, int currentBudgetValue, int maxBudgetValue) |
| void | OnBudgetUpdate (EEditableEntityBudget budgetType, int originalBudgetValue, int updatedBudgetValue, int maxBudgetValue) |
| void | OnBudgetAdd (SCR_EditableEntityCoreBudgetSetting budget, int maxBudget) |
| void | OnBudgetPreviewUpdate (EEditableEntityBudget budgetType, float previewBudgetValue, float budgetChange) |
| void | InitializeBudgets () |
| void | SetBudgetData (Widget budgetWidget, int budgetValue, int maxBudgetValue, SCR_UIInfo info=null) |
| void | SetBudgetPreviewData (Widget w, float previewBudgetValue, float budgetChange) |
| void | UnregisterEvents () |
| override void | HandlerAttachedScripted (Widget w) |
| override void | HandlerDeattached (Widget w) |
Protected Attributes | |
| float | m_fDisabledOpacity |
| const string | WIDGET_BUDGET_TEXT = "PercentageText" |
| const string | WIDGET_BUDGET_ICON = "Icon" |
| const string | WIDGET_BUDGET_PROGRESSBAR = "RadialProgressBar" |
| const string | WIDGET_BUDGETPREVIEW_TEXT = "Preview" |
| const string | WIDGET_ICON_AREA = "IconArea" |
| const string | WIDGET_LOCK_VISUALS = "LockVisuals" |
| SCR_BudgetEditorComponent | m_BudgetManager |
| ResourceName | m_BudgetEntryPrefab |
| Widget | m_Layout |
| ref map< EEditableEntityBudget, Widget > | m_BudgetWidgets = new map<EEditableEntityBudget, Widget>() |
Definition at line 1 of file SCR_BudgetEditorUIComponent.c.
|
inlineprotected |
Definition at line 207 of file SCR_BudgetEditorUIComponent.c.
|
inlineprotected |
Definition at line 240 of file SCR_BudgetEditorUIComponent.c.
|
inlineprotected |
Definition at line 68 of file SCR_BudgetEditorUIComponent.c.
|
inlineprotected |
Definition at line 43 of file SCR_BudgetEditorUIComponent.c.
|
inlineprotected |
Definition at line 21 of file SCR_BudgetEditorUIComponent.c.
|
inlineprotected |
Definition at line 60 of file SCR_BudgetEditorUIComponent.c.
|
inlineprotected |
Definition at line 32 of file SCR_BudgetEditorUIComponent.c.
|
inlineprotected |
Definition at line 83 of file SCR_BudgetEditorUIComponent.c.
|
inlineprotected |
Definition at line 136 of file SCR_BudgetEditorUIComponent.c.
|
inlineprotected |
Definition at line 195 of file SCR_BudgetEditorUIComponent.c.
|
protected |
Definition at line 14 of file SCR_BudgetEditorUIComponent.c.
|
protected |
Definition at line 13 of file SCR_BudgetEditorUIComponent.c.
|
protected |
Definition at line 18 of file SCR_BudgetEditorUIComponent.c.
|
protected |
Definition at line 4 of file SCR_BudgetEditorUIComponent.c.
|
protected |
Definition at line 16 of file SCR_BudgetEditorUIComponent.c.
|
protected |
Definition at line 7 of file SCR_BudgetEditorUIComponent.c.
|
protected |
Definition at line 8 of file SCR_BudgetEditorUIComponent.c.
|
protected |
Definition at line 6 of file SCR_BudgetEditorUIComponent.c.
|
protected |
Definition at line 9 of file SCR_BudgetEditorUIComponent.c.
|
protected |
Definition at line 10 of file SCR_BudgetEditorUIComponent.c.
|
protected |
Definition at line 11 of file SCR_BudgetEditorUIComponent.c.