Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
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 |
void AddToSize | ( | float | sizeBytes | ) |
Increase size displayed in dialog.
Definition at line 206 of file CommonDialogs.c.
override void OnConfirm | ( | ) |
Definition at line 78 of file CommonDialogs.c.
override void OnMenuOpen | ( | SCR_ConfigurableDialogUiPreset | preset | ) |
Definition at line 217 of file CommonDialogs.c.
class SCR_CommonDialogs SCR_ExitGameDialog | ( | ) |
Definition at line 72 of file CommonDialogs.c.
void SCR_NotEnoughStorageDialog | ( | float | sizeBytes | ) |
Definition at line 228 of file CommonDialogs.c.
void SetScenario | ( | MissionWorkshopItem | scenario | ) |
Definition at line 136 of file CommonDialogs.c.
SCR_HostScenarioWhileDownloadingDialog m_fSizeBytes |
There is not enough storage on your hard drive. The space required is at least %1.
SCR_ExitGameWhileDownloadingDialog 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.
protected string m_sPresetMessage |
Definition at line 189 of file CommonDialogs.c.