![]() |
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 | 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 () |
| void | DisplayText (string text) |
| Display text in widgets. | |
| string | GenerateAddonJson (SCR_WorkshopItem item) |
| Generate text of addon in json config format. | |
| 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 () |
Variables | |
| JSON | |
| CLI | |
| ref SCR_AddonsExportSubMenuWidgets | m_Widgets = new SCR_AddonsExportSubMenuWidgets() |
| string | m_sGeneratedText |
| 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 ) |
|
protected |
Copy currently generated text to clipboard.
Definition at line 126 of file SCR_AddonsExportSubMenuComponent.c.
|
protected |
Display text in widgets.
Definition at line 57 of file SCR_AddonsExportSubMenuComponent.c.
|
protected |
Generate text of addon in json config format.
Definition at line 65 of file SCR_AddonsExportSubMenuComponent.c.
|
protected |
Generate text with list of enabled addons ids.
Definition at line 106 of file SCR_AddonsExportSubMenuComponent.c.
|
protected |
Generate text for enbled addons in json format for server config.
Definition at line 85 of file SCR_AddonsExportSubMenuComponent.c.
|
protected |
Definition at line 135 of file SCR_AddonsExportSubMenuComponent.c.
|
protected |
Definition at line 27 of file SCR_AddonsExportSubMenuComponent.c.
|
protected |
Definition at line 35 of file SCR_AddonsExportSubMenuComponent.c.
| CLI |
Definition at line 1 of file SCR_AddonsExportSubMenuComponent.c.
| JSON |
Definition at line 0 of file SCR_AddonsExportSubMenuComponent.c.
|
protected |
Definition at line 21 of file SCR_AddonsExportSubMenuComponent.c.
|
protected |
Definition at line 19 of file SCR_AddonsExportSubMenuComponent.c.
|
protected |
Definition at line 17 of file SCR_AddonsExportSubMenuComponent.c.