![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Component to display budget progress. More...
Protected Member Functions | |
| override void | HandlerAttachedScripted (Widget w) |
| override void | HandlerDeattached (Widget w) |
| bool | IsUnique () |
| void | InitializeBudgets () |
| void | OnBudgetUpdate (EEditableEntityBudget budgetType, int originalBudgetValue, int updatedBudgetValue, int maxBudgetValue) |
| void | OnBudgetMaxUpdate (EEditableEntityBudget budgetType, int currentBudgetValue, int maxBudgetValue) |
| void | OnBudgetPreviewUpdate (EEditableEntityBudget budgetType, float previewBudgetValue, float budgetChange) |
| void | ResetWidgetPreviewData () |
| void | SetBudgetUIIcon (EEditableEntityBudget budgetType) |
| Load icon of given budget from budgetUI and set it. | |
| void | SetBudgetType (EEditableEntityBudget type) |
| Set a budget which will will be used in UI of provider detail. | |
| EEditableEntityBudget | GetBudgetType () |
| SCR_BudgetProgressEditorUIComponent | GetUIComponent () |
Protected Attributes | |
| EEditableEntityBudget | m_BudgetType |
| string | m_sBudgetProgressRoot |
| SCR_CampaignBuildingEditorComponent | m_CampaignBuildingComponent |
| SCR_BudgetEditorComponent | m_BudgetManager |
| SCR_BudgetProgressEditorUIComponent | m_BudgetProgress |
| int | m_iCurrentBudget |
| int | m_iMaxBudget |
| const int | INVALID_BUDGET = -1 |
Component to display budget progress.
Definition at line 2 of file SCR_BudgetUIComponent.c.
|
inlineprotected |
Definition at line 170 of file SCR_BudgetUIComponent.c.
|
inlineprotected |
Definition at line 176 of file SCR_BudgetUIComponent.c.
|
inlineprotected |
Definition at line 23 of file SCR_BudgetUIComponent.c.
|
inlineprotected |
Definition at line 48 of file SCR_BudgetUIComponent.c.
|
inlineprotected |
Definition at line 70 of file SCR_BudgetUIComponent.c.
|
inlineprotected |
Definition at line 60 of file SCR_BudgetUIComponent.c.
|
inlineprotected |
Definition at line 119 of file SCR_BudgetUIComponent.c.
|
inlineprotected |
Definition at line 125 of file SCR_BudgetUIComponent.c.
|
inlineprotected |
Definition at line 109 of file SCR_BudgetUIComponent.c.
|
inlineprotected |
Definition at line 134 of file SCR_BudgetUIComponent.c.
|
inlineprotected |
Set a budget which will will be used in UI of provider detail.
Definition at line 163 of file SCR_BudgetUIComponent.c.
|
inlineprotected |
Load icon of given budget from budgetUI and set it.
Definition at line 141 of file SCR_BudgetUIComponent.c.
|
protected |
Definition at line 16 of file SCR_BudgetUIComponent.c.
|
protected |
Definition at line 11 of file SCR_BudgetUIComponent.c.
|
protected |
Definition at line 12 of file SCR_BudgetUIComponent.c.
|
protected |
Definition at line 5 of file SCR_BudgetUIComponent.c.
|
protected |
Definition at line 10 of file SCR_BudgetUIComponent.c.
|
protected |
Definition at line 14 of file SCR_BudgetUIComponent.c.
|
protected |
Definition at line 15 of file SCR_BudgetUIComponent.c.
|
protected |
Definition at line 8 of file SCR_BudgetUIComponent.c.