Arma Reforger Script API
|
Public Member Functions | |
override void | HandlerAttached (Widget w) |
override void | OnTabShow () |
void | GenerateJSONFormat () |
Generate text for enbled addons in json format for server config. | |
void | GenerateCLIFormat () |
Generate text with list of enabled addons ids. | |
void | CopyToClipboard () |
Copy currently generated text to clipboard. | |
string | GetGeneratedText () |
Public Member Functions inherited from SCR_SubMenuBase | |
void | OnMenuFocusGained () |
void | OnMenuFocusLost () |
void | OnMenuShow () |
void | OnMenuHide () |
void | OnMenuUpdate (float tDelta) |
void | OnTabCreate (Widget menuRoot, ResourceName buttonsLayout, int index) |
void | OnTabShow () |
void | OnTabHide () |
void | OnTabRemove () |
void | OnTabChange () |
bool | GetShown () |
int | GetIndex () |
ScriptInvokerVoid | GetOnRequestCloseMenu () |
ScriptInvokerInt2 | GetOnRequestTabChange () |
Public Member Functions inherited from SCR_ScriptedWidgetComponent | |
override void | HandlerAttached (Widget w) |
override bool | OnClick (Widget w, int x, int y, int button) |
Widget | GetRootWidget () |
bool | IsVisible () |
Static Public Member Functions | |
static string | qstr (string s) |
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. | |
Protected Member Functions | |
void | DisplayText (string text) |
Display text in widgets. | |
string | GenerateAddonJson (SCR_WorkshopItem item) |
Generate text of addon in json config format. | |
Protected Member Functions inherited from SCR_SubMenuBase | |
void | ShowNavigationButtons (bool show) |
void | FlagNavigationButtonVisibility (SCR_InputButtonComponent button, bool show) |
void | SetNavigationButtonVisibile (SCR_InputButtonComponent button, bool show, bool animate=false) |
SCR_InputButtonComponent | CreateNavigationButton (string actionName, string label, bool rightFooter=false, bool show=true) |
void | RequestCloseMenu () |
void | RequestTabChange (int newTabIndex) |
Protected Attributes | |
EAddonExportFormat | m_iUsedFormat |
ref SCR_AddonsExportSubMenuWidgets | m_Widgets = new SCR_AddonsExportSubMenuWidgets() |
string | m_sGeneratedText |
SCR_InputButtonComponent | m_NavCopyComponent |
Protected Attributes inherited from SCR_SubMenuBase | |
ResourceName | m_sNavigationButtonLayout |
SCR_DynamicFooterComponent | m_DynamicFooter |
ref array< SCR_InputButtonComponent > | m_aNavigationButtons = {} |
ref map< SCR_InputButtonComponent, bool > | m_aNavigationButtonsVisibilityFlags = new map<SCR_InputButtonComponent, bool>() |
Widget | m_wMenuRoot |
int | m_iIndex |
bool | m_bShown |
bool | m_bFocused |
ref ScriptInvokerVoid | m_OnRequestCloseMenu |
ref ScriptInvokerInt2 | m_OnRequestTabChange |
Protected Attributes inherited from SCR_ScriptedWidgetComponent | |
Widget | m_wRoot |
Additional Inherited Members | |
Public Attributes inherited from SCR_ScriptedWidgetComponent | |
ref ScriptInvoker | m_OnClick = new ScriptInvoker |
void SCR_AddonsExportSubMenuComponent.CopyToClipboard | ( | ) |
Copy currently generated text to clipboard.
|
protected |
Display text in widgets.
|
protected |
Generate text of addon in json config format.
void SCR_AddonsExportSubMenuComponent.GenerateCLIFormat | ( | ) |
Generate text with list of enabled addons ids.
void SCR_AddonsExportSubMenuComponent.GenerateJSONFormat | ( | ) |
Generate text for enbled addons in json format for server config.
string SCR_AddonsExportSubMenuComponent.GetGeneratedText | ( | ) |
override void SCR_AddonsExportSubMenuComponent.HandlerAttached | ( | Widget | w | ) |
Implements SCR_ScriptedWidgetComponent.
override void SCR_AddonsExportSubMenuComponent.OnTabShow | ( | ) |
Implements SCR_SubMenuBase.
|
static |
|
protected |
|
protected |
|
protected |
|
protected |