Atrinik Client 2.5
Enumerations
Option IDs

Enumerations

enum  {
  OPT_PLAYERDOLL, OPT_TARGET_SELF, OPT_COLLECT_MODE, OPT_EXP_DISPLAY,
  OPT_CHAT_TIMESTAMPS, OPT_MAX_CHAT_LINES, OPT_SNAP_RADIUS
}
enum  {
  OPT_RESOLUTION, OPT_FULLSCREEN, OPT_ZOOM_SMOOTH, OPT_KEY_REPEAT_SPEED,
  OPT_SLEEP_TIME, OPT_DISABLE_FILE_UPDATES, OPT_MINIMIZE_LATENCY, OPT_OFFSCREEN_WIDGETS,
  OPT_RESOLUTION_X, OPT_RESOLUTION_Y
}
enum  {
  OPT_PLAYER_NAMES, OPT_MAP_ZOOM, OPT_HEALTH_WARNING, OPT_FOOD_WARNING,
  OPT_MAP_WIDTH, OPT_MAP_HEIGHT
}
enum  { OPT_VOLUME_MUSIC, OPT_VOLUME_SOUND }
enum  { OPT_SHOW_FPS, OPT_RELOAD_GFX, OPT_DISABLE_RM_CACHE, OPT_QUICKPORT }

Detailed Description

Options IDs.


Enumeration Type Documentation

anonymous enum

Options in the OPT_CAT_GENERAL category.

Definition at line 57 of file settings.h.

anonymous enum

Options in the OPT_CAT_CLIENT category.

Enumerator:
OPT_RESOLUTION 

Resolution.

OPT_FULLSCREEN 

Fullscreen enabled?

OPT_ZOOM_SMOOTH 

Smooth zoom enabled?

OPT_KEY_REPEAT_SPEED 

Speed of key repeat.

OPT_SLEEP_TIME 

Sleep time each frame.

OPT_DISABLE_FILE_UPDATES 

Whether to disable server file updates.

OPT_MINIMIZE_LATENCY 

Minimize latency at the expense of outgoing bandwidth.

OPT_OFFSCREEN_WIDGETS 

Whether to allow dragging widgets off-screen.

OPT_RESOLUTION_X 

Internal: stores the current resolution width.

OPT_RESOLUTION_Y 

Internal: stores the current resolution height.

Definition at line 70 of file settings.h.

anonymous enum

Options in the OPT_CAT_MAP category.

Enumerator:
OPT_PLAYER_NAMES 

Which player names to show.

OPT_MAP_ZOOM 

How much to zoom the map.

OPT_HEALTH_WARNING 

Health warning.

OPT_FOOD_WARNING 

Food warning.

OPT_MAP_WIDTH 

Map width in tiles.

OPT_MAP_HEIGHT 

Map height in tiles.

Definition at line 97 of file settings.h.

anonymous enum

Options in the OPT_CAT_SOUND category.

Enumerator:
OPT_VOLUME_MUSIC 

Music volume.

OPT_VOLUME_SOUND 

Sound volume.

Definition at line 115 of file settings.h.

anonymous enum

Options in the OPT_CAT_DEVEL category.

Enumerator:
OPT_SHOW_FPS 

Whether to show FPS.

OPT_RELOAD_GFX 

Whether to always try to reload graphics from gfx_user directory.

OPT_DISABLE_RM_CACHE 

Whether to disable /region_map cache.

OPT_QUICKPORT 

Whether to enable quickport on the region map.

Definition at line 125 of file settings.h.