![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Class for switching and displaying stats for different loadouts. More...
Protected Member Functions | |
| override void | HandlerAttached (Widget w) |
| void | SetupLoadoutSpin () |
| Fill spin. | |
| void | CreateStatEntries (int count) |
| void | OnLoadoutChanged (SCR_SpinBoxComponent spin, int id) |
| void | UpdateStats (int id) |
| void | SetStatEntry (string sName, string sLabel, string sValue, Widget wEntry=null) |
| void | SetStatLabel (string sName, string sLabel, Widget wEntry=null) |
| void | SetStatValue (string sName, string sValue, Widget wEntry=null) |
| array< ref LoadoutStatSet > | GetLodoutStatSets () |
| int | GetCurrentLoadoutId () |
| void | SetCareerUI (CareerMenuUI careerUI) |
Protected Attributes | |
| ref array< ref LoadoutStatSet > | m_aLoadouts |
| const ResourceName | ENTRY_LAYOUT = "{C87F7F6734B61688}UI/layouts/Menus/Career/CareerEntry.layout" |
| const string | WIDGET_LOADOUT_SPIN = "SpinLoadout" |
| const string | WIDGET_STAT_LIST = "vStatList" |
| Widget | m_wRoot |
| Widget | m_wStatList |
| Widget | m_wLoadoutSpin |
| CareerMenuUI | m_CareerUI |
| SCR_SpinBoxComponent | m_LoadoutSpin |
| ref array< ref Widget > | m_aStatWidgets = new array<ref Widget>() |
| int | m_iEntryCount = 0 |
| int | m_iSelected = 0 |
| ref ScriptInvoker | m_OnLoadoutChange = new ScriptInvoker() |
Class for switching and displaying stats for different loadouts.
Definition at line 4 of file SCR_LoadoutStatistics.c.
|
inlineprotected |
Definition at line 84 of file SCR_LoadoutStatistics.c.
|
inlineprotected |
Definition at line 167 of file SCR_LoadoutStatistics.c.
|
inlineprotected |
Definition at line 166 of file SCR_LoadoutStatistics.c.
|
inlineprotected |
Definition at line 34 of file SCR_LoadoutStatistics.c.
|
inlineprotected |
Definition at line 95 of file SCR_LoadoutStatistics.c.
|
inlineprotected |
Definition at line 170 of file SCR_LoadoutStatistics.c.
|
inlineprotected |
Definition at line 132 of file SCR_LoadoutStatistics.c.
|
inlineprotected |
Definition at line 142 of file SCR_LoadoutStatistics.c.
|
inlineprotected |
Definition at line 154 of file SCR_LoadoutStatistics.c.
|
inlineprotected |
Fill spin.
Definition at line 56 of file SCR_LoadoutStatistics.c.
|
inlineprotected |
Definition at line 102 of file SCR_LoadoutStatistics.c.
|
protected |
Definition at line 10 of file SCR_LoadoutStatistics.c.
|
protected |
Definition at line 7 of file SCR_LoadoutStatistics.c.
|
protected |
Definition at line 25 of file SCR_LoadoutStatistics.c.
|
protected |
Definition at line 22 of file SCR_LoadoutStatistics.c.
|
protected |
Definition at line 28 of file SCR_LoadoutStatistics.c.
|
protected |
Definition at line 29 of file SCR_LoadoutStatistics.c.
|
protected |
Definition at line 23 of file SCR_LoadoutStatistics.c.
|
protected |
Definition at line 31 of file SCR_LoadoutStatistics.c.
|
protected |
Definition at line 19 of file SCR_LoadoutStatistics.c.
|
protected |
Definition at line 17 of file SCR_LoadoutStatistics.c.
|
protected |
Definition at line 18 of file SCR_LoadoutStatistics.c.
|
protected |
Definition at line 13 of file SCR_LoadoutStatistics.c.
|
protected |
Definition at line 14 of file SCR_LoadoutStatistics.c.