|
Atrinik Client 2.5
|
Go to the source code of this file.
Client settings header files.
Definition in file settings.h.
| #define SETTING_RANGE | ( | _setting | ) | ((setting_range *) (_setting)->custom_attrset) |
Macro to get setting_range structure from setting_struct.
Definition at line 248 of file settings.h.
| #define SETTING_SELECT | ( | _setting | ) | ((setting_select *) (_setting)->custom_attrset) |
Macro to get setting_select structure from setting_struct.
Definition at line 246 of file settings.h.
| typedef struct setting_category setting_category |
One setting category.
| typedef struct setting_range setting_range |
Range setting data.
| typedef struct setting_select setting_select |
Select setting - contains a list of text options the user may choose from.
| typedef struct setting_struct setting_struct |
A single setting.
| anonymous enum |
The different option categories. .
| OPT_CAT_GENERAL |
General. |
| OPT_CAT_CLIENT |
Client-related. |
| OPT_CAT_MAP |
Map-related. |
| OPT_CAT_SOUND |
Sound/music. |
| OPT_CAT_DEVEL |
Development. |
Definition at line 36 of file settings.h.
| anonymous enum |
Definition at line 142 of file settings.h.
| anonymous enum |
Setting type the user has requested to open.
| SETTING_TYPE_NONE |
No setting selected yet. |
| SETTING_TYPE_SETTINGS |
Client settings. |
| SETTING_TYPE_KEYBINDINGS |
Keybindings. |
| SETTING_TYPE_PASSWORD |
Character's password. |
Definition at line 164 of file settings.h.
| anonymous enum |
Step in the keybinding settings.
| KEYBIND_STEP_COMMAND |
Entering a command. |
| KEYBIND_STEP_KEY |
Entering a shortcut. |
| KEYBIND_STEP_DONE |
Done, waiting for the user to press Apply button. |
Definition at line 252 of file settings.h.
1.7.4