Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
AddonsToolsUI.c File Reference

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
 

Enumeration Type Documentation

◆ SCR_EModPresetsDialogTabs

Dialog containing all addons manager tools:

  • Mod presets, Export JSON, Export CLI

Might get extended with other mod related tools

Definition at line 7 of file AddonsToolsUI.c.

Function Documentation

◆ AllMenuClosed()

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.

◆ EnableExportTabs()

protected void EnableExportTabs ( )

Enable export tabs only if player has enabled mods.

Definition at line 88 of file AddonsToolsUI.c.

◆ IsAddonManagerOpened()

protected bool IsAddonManagerOpened ( )

Return true if workshop is opened on tab "Mod manager".

Definition at line 45 of file AddonsToolsUI.c.

◆ OnCancel()

override protected void OnCancel ( )

Definition at line 64 of file AddonsToolsUI.c.

◆ OnMenuClose()

override void OnMenuClose ( )

Definition at line 36 of file AddonsToolsUI.c.

◆ OnMenuOpen()

Definition at line 17 of file AddonsToolsUI.c.

◆ OnOpenWorkshopButton()

protected void OnOpenWorkshopButton ( )

Definition at line 57 of file AddonsToolsUI.c.

Variable Documentation

◆ EXPORT_CLI

EXPORT_CLI

Definition at line 5 of file AddonsToolsUI.c.

◆ EXPORT_JSON

EXPORT_JSON

Definition at line 3 of file AddonsToolsUI.c.

◆ PRESETS

PRESETS

Definition at line 2 of file AddonsToolsUI.c.