|
Arma Reforger Script API
|
Protected Member Functions | |
| void | LoadItemDetails () |
| void | OnDetailsLoaded (SCR_WorkshopItem item) |
| void | InitDependenciesTab () |
| void | InitDependentTab () |
Protected Member Functions inherited from SCR_SuperMenuComponent | |
| void | OnRequestCloseMenu () |
| void | OnRequestTabChange (int newTab, int oldTab) |
Protected Attributes | |
| SCR_WorkshopItem | m_WorkshopItem |
| ref array< ref SCR_WorkshopItem > | m_aDependencies = {} |
| ref array< ref SCR_WorkshopItem > | m_aDependent = {} |
Protected Attributes inherited from SCR_SuperMenuComponent | |
| ResourceName | m_sNavigationButtonLayout |
| string | m_sTabViewName |
| SCR_TabViewComponent | m_TabViewComponent |
| SCR_SubMenuBase | m_OpenedSubmenu |
| ref array< SCR_SubMenuBase > | m_aSubMenus = {} |
| ref ScriptInvokerVoid | m_OnRequestCloseMenu |
Protected Attributes inherited from SCR_ScriptedWidgetComponent | |
| Widget | m_wRoot |
Additional Inherited Members | |
Static Public Member Functions inherited from SCR_SuperMenuComponent | |
| static SCR_SuperMenuComponent | FindComponent (notnull Widget w) |
Static Public Member Functions inherited from SCR_ScriptedWidgetComponent | |
| static SCR_ScriptedWidgetComponent | GetComponent (TypeName componentType, string name, Widget parent, bool searchAllChildren=true) |
| Base method for component lookup through the widget library. | |
Public Attributes inherited from SCR_SuperMenuComponent | |
| Widget | m_wMenuRoot |
Public Attributes inherited from SCR_ScriptedWidgetComponent | |
| ref ScriptInvoker | m_OnClick = new ScriptInvoker |
|
protected |
|
protected |
|
protected |
|
protected |
| override void SCR_ModDetailsSuperMenuComponent.OnMenuClose | ( | ) |
Implements SCR_SuperMenuComponent.
| override void SCR_ModDetailsSuperMenuComponent.OnMenuHide | ( | ) |
Implements SCR_SuperMenuComponent.
| override void SCR_ModDetailsSuperMenuComponent.OnMenuShow | ( | ) |
Implements SCR_SuperMenuComponent.
| override SCR_SubMenuBase SCR_ModDetailsSuperMenuComponent.OnTabCreate | ( | SCR_TabViewComponent | comp, |
| Widget | w, | ||
| int | index ) |
Implements SCR_SuperMenuComponent.
| override SCR_SubMenuBase SCR_ModDetailsSuperMenuComponent.OnTabShow | ( | SCR_TabViewComponent | comp, |
| Widget | w ) |
Implements SCR_SuperMenuComponent.
| void SCR_ModDetailsSuperMenuComponent.SetWorkshopItem | ( | SCR_WorkshopItem | item | ) |
|
protected |
|
protected |
|
protected |