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

Go to the source code of this file.

Enumerations

enum  SCR_EMenuLoadingAdditionalDialog { SERVER_HOSTING = 0, MOD_DETAILS }
 

Variables

enum SCR_EMenuLoadingAdditionalDialog SAVE_LAST_MENU = "m_LastMenu"
 
const protected string SAVE_ADDITIONAL_MENU = "m_LastAdditionalMenu"
 
const protected string SAVE_ADDITIONAL_DIALOG = "m_LastAdditionalDialog"
 

Enumeration Type Documentation

◆ SCR_EMenuLoadingAdditionalDialog

Enumerator
SERVER_HOSTING 
MOD_DETAILS 

Definition at line 2 of file SCR_MenuLoadingComponent.c.

Variable Documentation

◆ SAVE_ADDITIONAL_DIALOG

const protected string SAVE_ADDITIONAL_DIALOG = "m_LastAdditionalDialog"

Definition at line 13 of file SCR_MenuLoadingComponent.c.

◆ SAVE_ADDITIONAL_MENU

const protected string SAVE_ADDITIONAL_MENU = "m_LastAdditionalMenu"

Definition at line 12 of file SCR_MenuLoadingComponent.c.

◆ SAVE_LAST_MENU

enum SCR_EMenuLoadingAdditionalDialog SAVE_LAST_MENU = "m_LastMenu"