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 | SCR_EModPresetsDialogTabs |
Functions | |
enum SCR_EModPresetsDialogTabs | OnMenuOpen (SCR_ConfigurableDialogUiPreset preset) |
override void | OnMenuClose () |
protected bool | IsAddonManagerOpened () |
Return true if workshop is opened on tab "Mod manager". More... | |
protected void | OnOpenWorkshopButton () |
override protected void | OnCancel () |
protected void | AllMenuClosed () |
Callback for when all additional menu are closed and top menu is main menu. More... | |
protected void | EnableExportTabs () |
Enable export tabs only if player has enabled mods. More... | |
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 void AllMenuClosed | ( | ) |
Callback for when all additional menu are closed and top menu is main menu.
Definition at line 72 of file AddonsToolsUI.c.
protected void EnableExportTabs | ( | ) |
Enable export tabs only if player has enabled mods.
Definition at line 88 of file AddonsToolsUI.c.
protected bool IsAddonManagerOpened | ( | ) |
Return true if workshop is opened on tab "Mod manager".
Definition at line 45 of file AddonsToolsUI.c.
override protected void OnCancel | ( | ) |
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 17 of file AddonsToolsUI.c.
protected void OnOpenWorkshopButton | ( | ) |
Definition at line 57 of file AddonsToolsUI.c.
EXPORT_CLI |
Definition at line 5 of file AddonsToolsUI.c.
EXPORT_JSON |
Definition at line 3 of file AddonsToolsUI.c.
PRESETS |
Definition at line 2 of file AddonsToolsUI.c.