Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
MenuID

\desc constants for menu pages More...

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

const string CFG_AMMO = "CfgAmmo"

Definition at line 212 of file constants.c.

◆ CFG_MAGAZINESPATH

const string CFG_MAGAZINESPATH = "CfgMagazines"

Definition at line 211 of file constants.c.

◆ CFG_NONAI_VEHICLES

const string CFG_NONAI_VEHICLES = "CfgNonAIVehicles"

Definition at line 218 of file constants.c.

◆ CFG_RECIPESPATH

const string CFG_RECIPESPATH = "CfgRecipes"

Definition at line 215 of file constants.c.

◆ CFG_SOUND_SETS

const string CFG_SOUND_SETS = "CfgSoundSets"

Definition at line 217 of file constants.c.

◆ CFG_SOUND_SHADERS

const string CFG_SOUND_SHADERS = "CfgSoundShaders"

Definition at line 216 of file constants.c.

◆ CFG_SOUND_TABLES

const string CFG_SOUND_TABLES = "CfgSoundTables"

Definition at line 219 of file constants.c.

◆ CFG_SURFACES

const string CFG_SURFACES = "CfgSurfaces"

Definition at line 214 of file constants.c.

◆ CFG_VEHICLESPATH

const string CFG_VEHICLESPATH = "CfgVehicles"

Definition at line 209 of file constants.c.

◆ CFG_WEAPONSPATH

const string CFG_WEAPONSPATH = "CfgWeapons"

Definition at line 210 of file constants.c.

◆ CFG_WORLDS

const string CFG_WORLDS = "CfgWorlds"

Definition at line 213 of file constants.c.

◆ GUI_WINDOW_MISSION_LOADER

const int GUI_WINDOW_MISSION_LOADER = 1

Definition at line 207 of file constants.c.

◆ MENU_ANY

const int MENU_ANY = 1

Definition at line 160 of file constants.c.

◆ MENU_BOOK

const int MENU_BOOK = 23

Definition at line 182 of file constants.c.

◆ MENU_CAMERA_TOOLS

const int MENU_CAMERA_TOOLS = 32

Definition at line 191 of file constants.c.

◆ MENU_CHARACTER

const int MENU_CHARACTER = 5

Definition at line 164 of file constants.c.

◆ MENU_CHAT

const int MENU_CHAT = 6

Definition at line 165 of file constants.c.

◆ MENU_CHAT_INPUT

const int MENU_CHAT_INPUT = 17

Definition at line 176 of file constants.c.

◆ MENU_CONNECT_ERROR

const int MENU_CONNECT_ERROR = 42

Definition at line 201 of file constants.c.

◆ MENU_CONTROLS_PRESET

const int MENU_CONTROLS_PRESET = 20

Definition at line 179 of file constants.c.

◆ MENU_CREDITS

const int MENU_CREDITS = 36

Definition at line 195 of file constants.c.

◆ MENU_EARLYACCESS

const int MENU_EARLYACCESS = 7

Definition at line 166 of file constants.c.

◆ MENU_GESTURES

const int MENU_GESTURES = 25

Definition at line 184 of file constants.c.

◆ MENU_HELP_SCREEN

const int MENU_HELP_SCREEN = 24

Definition at line 183 of file constants.c.

◆ MENU_INGAME

const int MENU_INGAME = 9

Definition at line 168 of file constants.c.

◆ MENU_INSPECT

const int MENU_INSPECT = 10

Definition at line 169 of file constants.c.

◆ MENU_INVENTORY

const int MENU_INVENTORY = 11

Definition at line 170 of file constants.c.

◆ MENU_INVITE_TIMER

const int MENU_INVITE_TIMER = 37

Definition at line 196 of file constants.c.

◆ MENU_KEYBINDINGS

const int MENU_KEYBINDINGS = 34

Definition at line 193 of file constants.c.

◆ MENU_LOADING

const int MENU_LOADING = 12

Definition at line 171 of file constants.c.

◆ MENU_LOC_ADD

const int MENU_LOC_ADD = 3

Definition at line 162 of file constants.c.

◆ MENU_LOGIN_QUEUE

const int MENU_LOGIN_QUEUE = 30

Definition at line 189 of file constants.c.

◆ MENU_LOGIN_TIME

const int MENU_LOGIN_TIME = 38

Definition at line 197 of file constants.c.

◆ MENU_LOGOUT

const int MENU_LOGOUT = 26

Definition at line 185 of file constants.c.

◆ MENU_MAIN

const int MENU_MAIN = 13

Definition at line 172 of file constants.c.

◆ MENU_MAP

const int MENU_MAP = 22

Definition at line 181 of file constants.c.

◆ MENU_MISSION_LOADER

const int MENU_MISSION_LOADER = 45

Definition at line 204 of file constants.c.

◆ MENU_NONE

const int MENU_NONE = 2

Definition at line 161 of file constants.c.

◆ MENU_NOTE

const int MENU_NOTE = 21

Definition at line 180 of file constants.c.

◆ MENU_OPTIONS

const int MENU_OPTIONS = 14

Definition at line 173 of file constants.c.

◆ MENU_RADIAL_QUICKBAR

const int MENU_RADIAL_QUICKBAR = 29

Definition at line 188 of file constants.c.

◆ MENU_RESPAWN_DIALOGUE

const int MENU_RESPAWN_DIALOGUE = 40

Definition at line 199 of file constants.c.

◆ MENU_SCENE_EDITOR

const int MENU_SCENE_EDITOR = 8

Definition at line 167 of file constants.c.

◆ MENU_SCRIPTCONSOLE

const int MENU_SCRIPTCONSOLE = 16

Definition at line 175 of file constants.c.

◆ MENU_SCRIPTCONSOLE_DIALOG_PRESET_NAME

const int MENU_SCRIPTCONSOLE_DIALOG_PRESET_NAME = 18

Definition at line 177 of file constants.c.

◆ MENU_SCRIPTCONSOLE_DIALOG_PRESET_RENAME

const int MENU_SCRIPTCONSOLE_DIALOG_PRESET_RENAME = 19

Definition at line 178 of file constants.c.

◆ MENU_SCRIPTCONSOLE_UNIVERSAL_INFO_DIALOG

const int MENU_SCRIPTCONSOLE_UNIVERSAL_INFO_DIALOG = 44

Definition at line 203 of file constants.c.

◆ MENU_SERVER_BROWSER

const int MENU_SERVER_BROWSER = 31

Definition at line 190 of file constants.c.

◆ MENU_STARTUP

const int MENU_STARTUP = 15

Definition at line 174 of file constants.c.

◆ MENU_TITLE_SCREEN

const int MENU_TITLE_SCREEN = 27

Definition at line 186 of file constants.c.

◆ MENU_TUTORIAL

const int MENU_TUTORIAL = 35

Definition at line 194 of file constants.c.

◆ MENU_UNKNOWN

const int MENU_UNKNOWN = 4

Definition at line 163 of file constants.c.

◆ MENU_VIDEO

const int MENU_VIDEO = 33

Definition at line 192 of file constants.c.

◆ MENU_WARNING_INPUTDEVICE_DISCONNECT

const int MENU_WARNING_INPUTDEVICE_DISCONNECT = 43

Definition at line 202 of file constants.c.

◆ MENU_WARNING_ITEMDROP

const int MENU_WARNING_ITEMDROP = 39

Definition at line 198 of file constants.c.

◆ MENU_WARNING_TELEPORT

const int MENU_WARNING_TELEPORT = 41

Definition at line 200 of file constants.c.

◆ MENU_XBOX_CONTROLS

const int MENU_XBOX_CONTROLS = 28

Definition at line 187 of file constants.c.