![]() |
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 | SCR_EModPresetsDialogTabs |
Functions | |
| enum SCR_EModPresetsDialogTabs | OnMenuOpen (SCR_ConfigurableDialogUiPreset preset) |
| override void | OnMenuClose () |
| bool | IsAddonManagerOpened () |
| Return true if workshop is opened on tab "Mod manager". | |
| void | OnOpenWorkshopButton () |
| void | OnCancel () |
| void | AllMenuClosed () |
| Callback for when all additional menu are closed and top menu is main menu. | |
| void | EnableExportTabs () |
| Enable export tabs only if player has enabled mods. | |
Variables | |
| PRESETS | |
| EXPORT_JSON | |
| EXPORT_CLI | |
Dialog containing all addons manager tools:
Might get extended with other mod related tools
Definition at line 7 of file AddonsToolsUI.c.
|
protected |
Callback for when all additional menu are closed and top menu is main menu.
Definition at line 72 of file AddonsToolsUI.c.
|
protected |
Enable export tabs only if player has enabled mods.
Definition at line 88 of file AddonsToolsUI.c.
|
protected |
Return true if workshop is opened on tab "Mod manager".
Definition at line 45 of file AddonsToolsUI.c.
|
protected |
Definition at line 64 of file AddonsToolsUI.c.
| override void OnMenuClose | ( | ) |
Definition at line 36 of file AddonsToolsUI.c.
| enum SCR_EModPresetsDialogTabs OnMenuOpen | ( | SCR_ConfigurableDialogUiPreset | preset | ) |
Definition at line 1 of file AddonsToolsUI.c.
|
protected |
Definition at line 57 of file AddonsToolsUI.c.
| EXPORT_CLI |
Definition at line 20 of file AddonsToolsUI.c.
| EXPORT_JSON |
Definition at line 19 of file AddonsToolsUI.c.
| PRESETS |
Definition at line 18 of file AddonsToolsUI.c.