Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
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 ()
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

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()

void AllMenuClosed ( )
protected

Callback for when all additional menu are closed and top menu is main menu.

Definition at line 72 of file AddonsToolsUI.c.

◆ EnableExportTabs()

void EnableExportTabs ( )
protected

Enable export tabs only if player has enabled mods.

Definition at line 88 of file AddonsToolsUI.c.

◆ IsAddonManagerOpened()

bool IsAddonManagerOpened ( )
protected

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

Definition at line 45 of file AddonsToolsUI.c.

◆ OnCancel()

void OnCancel ( )
protected

Definition at line 64 of file AddonsToolsUI.c.

◆ OnMenuClose()

override void OnMenuClose ( )

Definition at line 36 of file AddonsToolsUI.c.

◆ OnMenuOpen()

Definition at line 1 of file AddonsToolsUI.c.

◆ OnOpenWorkshopButton()

void OnOpenWorkshopButton ( )
protected

Definition at line 57 of file AddonsToolsUI.c.

Variable Documentation

◆ EXPORT_CLI

EXPORT_CLI

Definition at line 20 of file AddonsToolsUI.c.

◆ EXPORT_JSON

EXPORT_JSON

Definition at line 19 of file AddonsToolsUI.c.

◆ PRESETS

PRESETS

Definition at line 18 of file AddonsToolsUI.c.