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

Go to the source code of this file.

Enumerations

enum  EStringTableLabels {
  UI, CHARACTERS, WEAPONS, VEHICLES,
  DIALOGUE, PATCH_0_9_6 = 96, EDITOR = 200, EDITOR_MODE_EDIT = 201,
  EDITOR_MODE_STRATEGY = 202, EDITOR_MODE_PHOTO = 203, EDITOR_MODE_ADMIN = 204, EDITOR_MODE_SPECTATE = 205,
  EDITOR_ATTRIBUTE = 206, EDITOR_CONTEXT_ACTION = 207, EDITOR_OVERLAY = 208, EDITOR_FILTER = 209,
  EDITOR_TOOLBAR = 210, EDITOR_TOOLTIP_DETAIL = 211, EDITOR_CONTENT_BROWSER = 212, EDITOR_CONTENT_BROWSER_FILTER = 213,
  EDITABLE_ENTITY = 300, CONTROLS_HINTS = 400, USER_ACTIONS = 401, QUICK_MENU = 402,
  VON = 403, CHAT = 404, NOTIFICATION = 405, FIELD_MANUAL = 406,
  HINT = 407, VOTING = 408, KEYBIND = 409, RANKS = 500,
  CAMPAIGN = 600, CAMPAIGN_TASKS = 601, ROLES = 700, GROUPS = 800,
  ITEMS = 900, AMMUNITION = 1000, MAGAZINES = 1100, AMMOBOXES = 1150,
  GEAR = 1200, INVENTORY = 1300, COMPASS = 1400, COMPASS_SHORT = 1401,
  DATE = 1402, VALUE_UNIT = 1403, VALUE_UNIT_SHORT = 1404, TIME_OF_DAY = 1405,
  WEATHER = 1406, BLOODTYPE = 1407, MAP_SETTLEMENTS = 2000, MAP_HYDRONYMS = 2001,
  MAP_AGRONYMS = 2002, MAP_ORONYMS = 2003, MAP_DRYMONYMS = 2004, MAP_URBANONYMS = 2005,
  MAP_TOPONYMS = 2006, DIALOGUE_PROTOCOL = 2100, DIALOGUE_CONFLICT = 2101, END_SCREEN = 2200,
  MAIN_MENU = 2300, SERVER_BROWSER = 2301, WORKSHOP = 2302, SERVER_HOSTING = 2303
}
 

Enumeration Type Documentation

◆ EStringTableLabels

Localization key labels.

Assign specific value to each entry! Otherwise it may be shifted when new entries are added in front of it, resulting in unintended label change in existing keys.

Enumerator
UI 
CHARACTERS 
WEAPONS 
VEHICLES 
DIALOGUE 
PATCH_0_9_6 

Features intended for 0.9.6 patch.

EDITOR 

In-game editor.

EDITOR_MODE_EDIT 

Edit mode.

EDITOR_MODE_STRATEGY 

Strategy mode.

EDITOR_MODE_PHOTO 

Photo mode.

EDITOR_MODE_ADMIN 

Admin mode.

EDITOR_MODE_SPECTATE 

Spectate mode.

EDITOR_ATTRIBUTE 

Attributes.

EDITOR_CONTEXT_ACTION 

Context actions.

EDITOR_OVERLAY 

GUI overlay.

EDITOR_FILTER 

Photo mode post-process filter.

EDITOR_TOOLBAR 

Editor Toolbar.

EDITOR_TOOLTIP_DETAIL 

Editor Tooltip detail.

EDITOR_CONTENT_BROWSER 

Editor Content Browser.

EDITOR_CONTENT_BROWSER_FILTER 

Editor Content Browser Filter.

EDITABLE_ENTITY 

Editable Entities.

CONTROLS_HINTS 
USER_ACTIONS 
QUICK_MENU 
VON 
CHAT 
NOTIFICATION 
FIELD_MANUAL 

Field manual entries.

HINT 

Hints.

VOTING 

Voting.

KEYBIND 

ActionManager keybinds.

RANKS 
CAMPAIGN 
CAMPAIGN_TASKS 
ROLES 
GROUPS 
ITEMS 
AMMUNITION 
MAGAZINES 
AMMOBOXES 
GEAR 
INVENTORY 
COMPASS 

Compass Directions.

COMPASS_SHORT 

Compass Directions (Abbreviated)

DATE 

Date values.

VALUE_UNIT 

Units for Values (Eg: %, Seconds, Meters)

VALUE_UNIT_SHORT 

Units for Values short (Eg: s (Seconds), m/s (Meters per second))

TIME_OF_DAY 

Dawn, Dusk, Midnight SetCursor.

WEATHER 

Clear, Cloudy, Rainy etc.

BLOODTYPE 

Blood type A+ AB- ect.

MAP_SETTLEMENTS 
MAP_HYDRONYMS 
MAP_AGRONYMS 
MAP_ORONYMS 
MAP_DRYMONYMS 
MAP_URBANONYMS 
MAP_TOPONYMS 
DIALOGUE_PROTOCOL 
DIALOGUE_CONFLICT 
END_SCREEN 
MAIN_MENU 
SERVER_BROWSER 
WORKSHOP 
SERVER_HOSTING 

Definition at line 8 of file EStringTableLabels.c.