DayZ 1.24
Loading...
Searching...
No Matches
MenuID

Variables

const int MENU_ANY = 1
 
const int MENU_NONE = 2
 
const int MENU_LOC_ADD = 3
 
const int MENU_UNKNOWN = 4
 
const int MENU_CHARACTER = 5
 
const int MENU_CHAT = 6
 
const int MENU_EARLYACCESS = 7
 
const int MENU_SCENE_EDITOR = 8
 
const int MENU_INGAME = 9
 
const int MENU_INSPECT = 10
 
const int MENU_INVENTORY = 11
 
const int MENU_LOADING = 12
 
const int MENU_MAIN = 13
 
const int MENU_OPTIONS = 14
 
const int MENU_STARTUP = 15
 
const int MENU_SCRIPTCONSOLE = 16
 
const int MENU_CHAT_INPUT = 17
 
const int MENU_SCRIPTCONSOLE_DIALOG_PRESET_NAME = 18
 
const int MENU_SCRIPTCONSOLE_DIALOG_PRESET_RENAME = 19
 
const int MENU_CONTROLS_PRESET = 20
 
const int MENU_NOTE = 21
 
const int MENU_MAP = 22
 
const int MENU_BOOK = 23
 
const int MENU_HELP_SCREEN = 24
 
const int MENU_GESTURES = 25
 
const int MENU_LOGOUT = 26
 
const int MENU_TITLE_SCREEN = 27
 
const int MENU_XBOX_CONTROLS = 28
 
const int MENU_RADIAL_QUICKBAR = 29
 
const int MENU_LOGIN_QUEUE = 30
 
const int MENU_SERVER_BROWSER = 31
 
const int MENU_CAMERA_TOOLS = 32
 
const int MENU_VIDEO = 33
 
const int MENU_KEYBINDINGS = 34
 
const int MENU_TUTORIAL = 35
 
const int MENU_CREDITS = 36
 
const int MENU_INVITE_TIMER = 37
 
const int MENU_LOGIN_TIME = 38
 
const int MENU_WARNING_ITEMDROP = 39
 
const int MENU_RESPAWN_DIALOGUE = 40
 
const int MENU_WARNING_TELEPORT = 41
 
const int MENU_CONNECT_ERROR = 42
 
const int MENU_WARNING_INPUTDEVICE_DISCONNECT = 43
 
const int MENU_SCRIPTCONSOLE_UNIVERSAL_INFO_DIALOG = 44
 
const int MENU_MISSION_LOADER = 45
 
const int GUI_WINDOW_MISSION_LOADER = 1
 
const string CFG_VEHICLESPATH = "CfgVehicles"
 
const string CFG_WEAPONSPATH = "CfgWeapons"
 
const string CFG_MAGAZINESPATH = "CfgMagazines"
 
const string CFG_AMMO = "CfgAmmo"
 
const string CFG_WORLDS = "CfgWorlds"
 
const string CFG_SURFACES = "CfgSurfaces"
 
const string CFG_RECIPESPATH = "CfgRecipes"
 
const string CFG_SOUND_SHADERS = "CfgSoundShaders"
 
const string CFG_SOUND_SETS = "CfgSoundSets"
 
const string CFG_NONAI_VEHICLES = "CfgNonAIVehicles"
 
const string CFG_SOUND_TABLES = "CfgSoundTables"
 

Detailed Description

\desc constants for menu pages

Variable Documentation

◆ CFG_AMMO

◆ CFG_MAGAZINESPATH

◆ CFG_NONAI_VEHICLES

const string CFG_NONAI_VEHICLES = "CfgNonAIVehicles"

Definition at line 218 of file constants.c.

Referenced by Debug::GetBaseConfigClasses().

◆ CFG_RECIPESPATH

const string CFG_RECIPESPATH = "CfgRecipes"

Definition at line 215 of file constants.c.

◆ CFG_SOUND_SETS

const string CFG_SOUND_SETS = "CfgSoundSets"

◆ CFG_SOUND_SHADERS

const string CFG_SOUND_SHADERS = "CfgSoundShaders"

Definition at line 216 of file constants.c.

Referenced by Debug::GetBaseConfigClasses().

◆ CFG_SOUND_TABLES

const string CFG_SOUND_TABLES = "CfgSoundTables"

Definition at line 219 of file constants.c.

Referenced by Debug::GetBaseConfigClasses().

◆ CFG_SURFACES

const string CFG_SURFACES = "CfgSurfaces"

Definition at line 214 of file constants.c.

Referenced by Debug::GetBaseConfigClasses().

◆ CFG_VEHICLESPATH

◆ CFG_WEAPONSPATH

◆ CFG_WORLDS

const string CFG_WORLDS = "CfgWorlds"

Definition at line 213 of file constants.c.

Referenced by Debug::GetBaseConfigClasses().

◆ GUI_WINDOW_MISSION_LOADER

const int GUI_WINDOW_MISSION_LOADER = 1

Definition at line 207 of file constants.c.

Referenced by UIManager::OpenWindow().

◆ MENU_ANY

const int MENU_ANY = 1

Definition at line 160 of file constants.c.

Referenced by PluginBase::IsCurrentUIPageValid(), and PluginBase::OnInit().

◆ MENU_BOOK

const int MENU_BOOK = 23

Definition at line 182 of file constants.c.

Referenced by MissionBaseWorld::CreateScriptedMenu(), and MissionBase::OnItemUsed().

◆ MENU_CAMERA_TOOLS

const int MENU_CAMERA_TOOLS = 32

◆ MENU_CHARACTER

◆ MENU_CHAT

const int MENU_CHAT = 6

Definition at line 165 of file constants.c.

Referenced by MissionBase::OnUpdate().

◆ MENU_CHAT_INPUT

◆ MENU_CONNECT_ERROR

const int MENU_CONNECT_ERROR = 42

Definition at line 201 of file constants.c.

Referenced by MissionBaseWorld::CreateScriptedMenu().

◆ MENU_CONTROLS_PRESET

const int MENU_CONTROLS_PRESET = 20

Definition at line 179 of file constants.c.

Referenced by MissionBaseWorld::CreateScriptedMenu().

◆ MENU_CREDITS

◆ MENU_EARLYACCESS

const int MENU_EARLYACCESS = 7

Definition at line 166 of file constants.c.

Referenced by MissionBaseWorld::CreateScriptedMenu(), and CGame::EarlyAccessDialog().

◆ MENU_GESTURES

const int MENU_GESTURES = 25

◆ MENU_HELP_SCREEN

const int MENU_HELP_SCREEN = 24

◆ MENU_INGAME

◆ MENU_INSPECT

◆ MENU_INVENTORY

◆ MENU_INVITE_TIMER

const int MENU_INVITE_TIMER = 37

◆ MENU_KEYBINDINGS

const int MENU_KEYBINDINGS = 34

◆ MENU_LOADING

const int MENU_LOADING = 12

Definition at line 171 of file constants.c.

Referenced by MissionBaseWorld::CreateScriptedMenu().

◆ MENU_LOC_ADD

const int MENU_LOC_ADD = 3

◆ MENU_LOGIN_QUEUE

const int MENU_LOGIN_QUEUE = 30

Definition at line 189 of file constants.c.

Referenced by MissionBaseWorld::CreateScriptedMenu(), and CGame::EnterLoginQueue().

◆ MENU_LOGIN_TIME

const int MENU_LOGIN_TIME = 38

Definition at line 197 of file constants.c.

Referenced by MissionBaseWorld::CreateScriptedMenu(), and CGame::EnterLoginTime().

◆ MENU_LOGOUT

◆ MENU_MAIN

◆ MENU_MAP

◆ MENU_MISSION_LOADER

const int MENU_MISSION_LOADER = 45

◆ MENU_NONE

const int MENU_NONE = 2

Definition at line 161 of file constants.c.

Referenced by PluginBase::IsCurrentUIPageValid(), and PluginBase::OnInit().

◆ MENU_NOTE

◆ MENU_OPTIONS

◆ MENU_RADIAL_QUICKBAR

◆ MENU_RESPAWN_DIALOGUE

◆ MENU_SCENE_EDITOR

◆ MENU_SCRIPTCONSOLE

◆ MENU_SCRIPTCONSOLE_DIALOG_PRESET_NAME

const int MENU_SCRIPTCONSOLE_DIALOG_PRESET_NAME = 18

◆ MENU_SCRIPTCONSOLE_DIALOG_PRESET_RENAME

const int MENU_SCRIPTCONSOLE_DIALOG_PRESET_RENAME = 19

◆ MENU_SCRIPTCONSOLE_UNIVERSAL_INFO_DIALOG

const int MENU_SCRIPTCONSOLE_UNIVERSAL_INFO_DIALOG = 44

◆ MENU_SERVER_BROWSER

const int MENU_SERVER_BROWSER = 31

◆ MENU_STARTUP

const int MENU_STARTUP = 15

Definition at line 174 of file constants.c.

Referenced by MissionBaseWorld::CreateScriptedMenu().

◆ MENU_TITLE_SCREEN

◆ MENU_TUTORIAL

◆ MENU_UNKNOWN

const int MENU_UNKNOWN = 4

Definition at line 163 of file constants.c.

Referenced by UIMenuPanel::GetID(), and UIMenuPanel::UIScriptedMenu().

◆ MENU_VIDEO

◆ MENU_WARNING_INPUTDEVICE_DISCONNECT

const int MENU_WARNING_INPUTDEVICE_DISCONNECT = 43

◆ MENU_WARNING_ITEMDROP

const int MENU_WARNING_ITEMDROP = 39

Definition at line 198 of file constants.c.

Referenced by MissionBaseWorld::CreateScriptedMenu(), and ManBase::OnRPC().

◆ MENU_WARNING_TELEPORT

const int MENU_WARNING_TELEPORT = 41

Definition at line 200 of file constants.c.

Referenced by MissionBaseWorld::CreateScriptedMenu(), and ManBase::OnRPC().

◆ MENU_XBOX_CONTROLS

const int MENU_XBOX_CONTROLS = 28