![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | Back () |
| void | CreateStatEntry (Widget wParent, string sName, string sLabel, string sValue) |
| override bool | OnChange (Widget w, bool finished) |
| m_EditPlayerName | SetValue (nameOld) |
| void | UpdateCareerData () |
| array< string > | GetBackendValues () |
| void | TestingShow () |
| override void | OnMenuUpdate (float tDelta) |
| override void | OnMenuShow () |
| override void | OnMenuOpen () |
| override void | OnMenuClose () |
| void | OnLoadoutChange (int id) |
Protected Attributes | |
| const string | WIDGET_NAME_EDIT = "editPlayerName" |
| const string | WIDGET_LOADOUT_STATS = "hLoadoutPanel" |
| const string | WIDGET_CHARACTER_PREVIEW = "CharacterPreview" |
| const string | STRING_UNKNOWN_STAT = "Unknown" |
| const ResourceName | ENTRY_LAYOUT = "{C87F7F6734B61688}UI/layouts/Menus/Career/CareerEntry.layout" |
| ref SCR_EditBoxComponent | m_EditPlayerName |
| ref SCR_LoadoutPreviewComponent | m_LoadoutPreview |
| SCR_LoadoutManager | m_LoadoutManager |
| ref SCR_LoadoutStatisticsComponent | m_LoadoutStatistics |
| Widget | m_wEditPlayerName |
| ref array< string > | m_aBackendValues = new array<string>() |
| ref CareerBackendData | m_BackendData |
| ref BackendCallback | m_Callback = new BackendCallback() |
| ButtonWidget | Back |
| string | nameOld = SCR_Global.GetProfileName() |
| string | nameNew = m_EditPlayerName.GetValue() |
| nameNew = nameNew.Trim() | |
Static Protected Attributes | |
| static CareerMenuUI | m_sInstance |
Definition at line 2 of file CareerMenuUI.c.
|
inlineprotected |
Definition at line 37 of file CareerMenuUI.c.
|
inlineprotected |
Definition at line 44 of file CareerMenuUI.c.
|
inlineprotected |
Definition at line 121 of file CareerMenuUI.c.
Definition at line 62 of file CareerMenuUI.c.
|
inlineprotected |
Definition at line 217 of file CareerMenuUI.c.
|
inlineprotected |
Definition at line 209 of file CareerMenuUI.c.
|
inlineprotected |
Definition at line 179 of file CareerMenuUI.c.
|
inlineprotected |
Definition at line 153 of file CareerMenuUI.c.
|
inlineprotected |
Definition at line 131 of file CareerMenuUI.c.
|
protected |
|
inlineprotected |
Definition at line 124 of file CareerMenuUI.c.
|
inlineprotected |
Definition at line 87 of file CareerMenuUI.c.
|
protected |
Definition at line 33 of file CareerMenuUI.c.
|
protected |
Definition at line 12 of file CareerMenuUI.c.
Definition at line 25 of file CareerMenuUI.c.
|
protected |
Definition at line 29 of file CareerMenuUI.c.
|
protected |
Definition at line 30 of file CareerMenuUI.c.
|
protected |
Definition at line 15 of file CareerMenuUI.c.
|
protected |
Definition at line 17 of file CareerMenuUI.c.
|
protected |
Definition at line 16 of file CareerMenuUI.c.
|
protected |
Definition at line 18 of file CareerMenuUI.c.
|
staticprotected |
Definition at line 28 of file CareerMenuUI.c.
|
protected |
Definition at line 21 of file CareerMenuUI.c.
|
protected |
Definition at line 81 of file CareerMenuUI.c.
|
protected |
Definition at line 80 of file CareerMenuUI.c.
|
protected |
Definition at line 78 of file CareerMenuUI.c.
|
protected |
Definition at line 9 of file CareerMenuUI.c.
|
protected |
Definition at line 7 of file CareerMenuUI.c.
|
protected |
Definition at line 6 of file CareerMenuUI.c.
|
protected |
Definition at line 5 of file CareerMenuUI.c.