Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_WorkshopDialogs.c File Reference

Go to the source code of this file.

Classes

class  SCR_WorkshopDialogs
class  SCR_NotEnoughStorageDialog
 There is not enough storage on your hard drive. The space required is at least %1. More...

Functions

void SetMessageFormat (string text, int reason)
override void Close ()
void UpdateFailedModsDialogContent (SCR_WorkshopItemActionDownload action, bool initial)

Variables

class SCR_WorkshopDialogs FAILED_ADDON_LIST_DIALOG = "failed_dialogs_list"
const string STR_AFFECTED_MODS = "#AR-Workshop_FailedModsDownload"
const string FAILED_ADDON_FORMAT = "- %1 \n"
const string MESSAGE_ERROR_UNKNOWN = "#AR-AddonValidate_Error_Unknown_UC"
const string MESSAGE_ERROR_BUSY = "#AR-AddonValidate_Error_Busy_UC"
const string MESSAGE_ERROR_AUTH = "#AR-AddonValidate_Error_NoInternet_UC"
const string MESSAGE_ERROR_STORAGE = "#AR-AddonValidate_Error_AvailableSpace_UC"
ref array< SCR_WorkshopItemActionDownloadm_aDisplayedActions = {}

Function Documentation

◆ Close()

override void Close ( )
protected

Definition at line 77 of file SCR_WorkshopDialogs.c.

◆ SetMessageFormat()

void SetMessageFormat ( string text,
int reason )
protected

Definition at line 67 of file SCR_WorkshopDialogs.c.

◆ UpdateFailedModsDialogContent()

void UpdateFailedModsDialogContent ( SCR_WorkshopItemActionDownload action,
bool initial )
protected

Definition at line 85 of file SCR_WorkshopDialogs.c.

Variable Documentation

◆ FAILED_ADDON_FORMAT

const string FAILED_ADDON_FORMAT = "- %1 \n"
protected

Definition at line 22 of file SCR_WorkshopDialogs.c.

◆ FAILED_ADDON_LIST_DIALOG

class SCR_WorkshopDialogs FAILED_ADDON_LIST_DIALOG = "failed_dialogs_list"

◆ m_aDisplayedActions

ref array<SCR_WorkshopItemActionDownload> m_aDisplayedActions = {}
protected

Definition at line 31 of file SCR_WorkshopDialogs.c.

◆ MESSAGE_ERROR_AUTH

const string MESSAGE_ERROR_AUTH = "#AR-AddonValidate_Error_NoInternet_UC"
protected

Definition at line 26 of file SCR_WorkshopDialogs.c.

◆ MESSAGE_ERROR_BUSY

const string MESSAGE_ERROR_BUSY = "#AR-AddonValidate_Error_Busy_UC"
protected

Definition at line 25 of file SCR_WorkshopDialogs.c.

◆ MESSAGE_ERROR_STORAGE

const string MESSAGE_ERROR_STORAGE = "#AR-AddonValidate_Error_AvailableSpace_UC"
protected

Definition at line 27 of file SCR_WorkshopDialogs.c.

◆ MESSAGE_ERROR_UNKNOWN

const string MESSAGE_ERROR_UNKNOWN = "#AR-AddonValidate_Error_Unknown_UC"
protected

Definition at line 24 of file SCR_WorkshopDialogs.c.

◆ STR_AFFECTED_MODS

const string STR_AFFECTED_MODS = "#AR-Workshop_FailedModsDownload"
protected

Definition at line 21 of file SCR_WorkshopDialogs.c.