![]() |
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 | EAddonExportFormat |
Functions | |
| enum EAddonExportFormat | Attribute ("0", UIWidgets.ComboBox, "Used format for submenu", "", ParamEnumArray.FromEnum(EAddonExportFormat))] protected EAddonExportFormat m_iUsedFormat |
| override void | HandlerAttached (Widget w) |
| override void | OnTabShow () |
| protected void | DisplayText (string text) |
| Display text in widgets. More... | |
| protected string | GenerateAddonJson (SCR_WorkshopItem item) |
| Generate text of addon in json config format. More... | |
| void | GenerateJSONFormat () |
| Generate text for enbled addons in json format for server config. More... | |
| void | GenerateCLIFormat () |
| Generate text with list of enabled addons ids. More... | |
| void | CopyToClipboard () |
| Copy currently generated text to clipboard. More... | |
| string | GetGeneratedText () |
Variables | |
| JSON | |
| CLI | |
| protected ref SCR_AddonsExportSubMenuWidgets | m_Widgets = new SCR_AddonsExportSubMenuWidgets() |
| protected string | m_sGeneratedText |
| protected SCR_InputButtonComponent | m_NavCopyComponent |
| enum EAddonExportFormat |
Component for addons export submenu behavior. Player can generate JSON and CLI text for current enabled addons and copy this text to clipboard.
Definition at line 6 of file SCR_AddonsExportSubMenuComponent.c.
| enum EAddonExportFormat Attribute | ( | "0" | , |
| UIWidgets. | ComboBox, | ||
| "Used format for submenu" | , | ||
| "" | , | ||
| ParamEnumArray. | FromEnumEAddonExportFormat | ||
| ) |
| void CopyToClipboard | ( | ) |
Copy currently generated text to clipboard.
Definition at line 126 of file SCR_AddonsExportSubMenuComponent.c.
| protected void DisplayText | ( | string | text | ) |
Display text in widgets.
Definition at line 57 of file SCR_AddonsExportSubMenuComponent.c.
| protected string GenerateAddonJson | ( | SCR_WorkshopItem | item | ) |
Generate text of addon in json config format.
Definition at line 65 of file SCR_AddonsExportSubMenuComponent.c.
| void GenerateCLIFormat | ( | ) |
Generate text with list of enabled addons ids.
Definition at line 106 of file SCR_AddonsExportSubMenuComponent.c.
| void GenerateJSONFormat | ( | ) |
Generate text for enbled addons in json format for server config.
Definition at line 85 of file SCR_AddonsExportSubMenuComponent.c.
| string GetGeneratedText | ( | ) |
Definition at line 135 of file SCR_AddonsExportSubMenuComponent.c.
| override void HandlerAttached | ( | Widget | w | ) |
Definition at line 27 of file SCR_AddonsExportSubMenuComponent.c.
| override void OnTabShow | ( | ) |
Definition at line 35 of file SCR_AddonsExportSubMenuComponent.c.
| CLI |
Definition at line 4 of file SCR_AddonsExportSubMenuComponent.c.
| JSON |
Definition at line 2 of file SCR_AddonsExportSubMenuComponent.c.
| protected SCR_InputButtonComponent m_NavCopyComponent |
Definition at line 21 of file SCR_AddonsExportSubMenuComponent.c.
| protected string m_sGeneratedText |
Definition at line 19 of file SCR_AddonsExportSubMenuComponent.c.
| protected ref SCR_AddonsExportSubMenuWidgets m_Widgets = new SCR_AddonsExportSubMenuWidgets() |
Definition at line 17 of file SCR_AddonsExportSubMenuComponent.c.