![]() |
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Enumerations | |
| enum | SCR_EModDetailsMenuTabs { OVERVIEW = 0, DEPENDENCY } |
Functions | |
| override SCR_SubMenuBase | OnTabCreate (SCR_TabViewComponent comp, Widget w, int index) |
| Callback passed to tab view, called when a new tab is created. More... | |
| void | SetWorkshopItem (SCR_WorkshopItem item) |
| protected void | OnDetailsLoaded () |
| protected void | OnAskDetailsGetDependencyTree () |
Variables | |
| enum SCR_EModDetailsMenuTabs | m_WorkshopItem |
| protected ref array< ref SCR_WorkshopItem > | m_aDependencies = {} |
| Enumerator | |
|---|---|
| OVERVIEW | |
| DEPENDENCY | |
Definition at line 1 of file SCR_ModDetailsSuperMenuComponent.c.
| protected void OnAskDetailsGetDependencyTree | ( | ) |
Definition at line 64 of file SCR_ModDetailsSuperMenuComponent.c.
| protected void OnDetailsLoaded | ( | ) |
Definition at line 55 of file SCR_ModDetailsSuperMenuComponent.c.
| override SCR_SubMenuBase OnTabCreate | ( | SCR_TabViewComponent | comp, |
| Widget | w, | ||
| int | index | ||
| ) |
Callback passed to tab view, called when a new tab is created.
Definition at line 14 of file SCR_ModDetailsSuperMenuComponent.c.
| void SetWorkshopItem | ( | SCR_WorkshopItem | item | ) |
Definition at line 28 of file SCR_ModDetailsSuperMenuComponent.c.
| protected ref array<ref SCR_WorkshopItem> m_aDependencies = {} |
Definition at line 10 of file SCR_ModDetailsSuperMenuComponent.c.
| enum SCR_EModDetailsMenuTabs m_WorkshopItem |