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

Go to the source code of this file.

Data Structures

class  SCR_CommonDialogs
 
class  SCR_ExitGameWhileDownloadingDialog
 
class  SCR_HostScenarioWhileDownloadingDialog
 

Functions

class SCR_CommonDialogs SCR_ExitGameDialog ()
 
override void OnConfirm ()
 
void SetScenario (MissionWorkshopItem scenario)
 
void AddToSize (float sizeBytes)
 Increase size displayed in dialog. More...
 
override void OnMenuOpen (SCR_ConfigurableDialogUiPreset preset)
 
void SCR_NotEnoughStorageDialog (float sizeBytes)
 

Variables

SCR_ExitGameWhileDownloadingDialog m_Scenario
 
SCR_HostScenarioWhileDownloadingDialog m_fSizeBytes
 There is not enough storage on your hard drive. The space required is at least %1. More...
 
protected string m_sPresetMessage
 

Function Documentation

◆ AddToSize()

void AddToSize ( float  sizeBytes)

Increase size displayed in dialog.

Definition at line 206 of file CommonDialogs.c.

◆ OnConfirm()

override void OnConfirm ( )

Definition at line 78 of file CommonDialogs.c.

◆ OnMenuOpen()

override void OnMenuOpen ( SCR_ConfigurableDialogUiPreset  preset)

Definition at line 217 of file CommonDialogs.c.

◆ SCR_ExitGameDialog()

class SCR_CommonDialogs SCR_ExitGameDialog ( )

Definition at line 72 of file CommonDialogs.c.

◆ SCR_NotEnoughStorageDialog()

void SCR_NotEnoughStorageDialog ( float  sizeBytes)

Definition at line 228 of file CommonDialogs.c.

◆ SetScenario()

void SetScenario ( MissionWorkshopItem  scenario)

Definition at line 136 of file CommonDialogs.c.

Variable Documentation

◆ m_fSizeBytes

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

◆ m_Scenario

Dialog which is shown when user wants to start a scenario while there are still downloads in progress. When confirmed, downloads are paused/canceled, and the scenario is started.

◆ m_sPresetMessage

protected string m_sPresetMessage

Definition at line 189 of file CommonDialogs.c.