![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Enumerations | |
| enum | SCR_EModDetailsMenuTabs { OVERVIEW = 0 , DEPENDENCY , DEPENDENT } |
Functions | |
| override SCR_SubMenuBase | OnTabCreate (SCR_TabViewComponent comp, Widget w, int index) |
| override SCR_SubMenuBase | OnTabShow (SCR_TabViewComponent comp, Widget w) |
| override void | OnMenuShow () |
| override void | OnMenuClose () |
| override void | OnMenuHide () |
| void | SetWorkshopItem (SCR_WorkshopItem item) |
| void | LoadItemDetails () |
| void | OnDetailsLoaded (SCR_WorkshopItem item) |
| void | InitDependenciesTab () |
| void | InitDependentTab () |
Variables | |
| enum SCR_EModDetailsMenuTabs | m_WorkshopItem |
| ref array< ref SCR_WorkshopItem > | m_aDependencies = {} |
| ref array< ref SCR_WorkshopItem > | m_aDependent = {} |
| Enumerator | |
|---|---|
| OVERVIEW | |
| DEPENDENCY | |
| DEPENDENT | |
Definition at line 1 of file SCR_ModDetailsSuperMenuComponent.c.
|
protected |
Definition at line 110 of file SCR_ModDetailsSuperMenuComponent.c.
|
protected |
Definition at line 121 of file SCR_ModDetailsSuperMenuComponent.c.
|
protected |
Definition at line 78 of file SCR_ModDetailsSuperMenuComponent.c.
|
protected |
Definition at line 91 of file SCR_ModDetailsSuperMenuComponent.c.
|
protected |
Definition at line 46 of file SCR_ModDetailsSuperMenuComponent.c.
|
protected |
Definition at line 55 of file SCR_ModDetailsSuperMenuComponent.c.
|
protected |
Definition at line 38 of file SCR_ModDetailsSuperMenuComponent.c.
|
protected |
Definition at line 15 of file SCR_ModDetailsSuperMenuComponent.c.
|
protected |
Definition at line 30 of file SCR_ModDetailsSuperMenuComponent.c.
|
protected |
Definition at line 63 of file SCR_ModDetailsSuperMenuComponent.c.
|
protected |
Definition at line 11 of file SCR_ModDetailsSuperMenuComponent.c.
|
protected |
Definition at line 12 of file SCR_ModDetailsSuperMenuComponent.c.
| enum SCR_EModDetailsMenuTabs m_WorkshopItem |