|
Atrinik Client 2.5
|
#include <settings.h>
Data Fields | |
| char * | name |
| char * | desc |
| uint8 | type |
| uint8 | internal |
| void * | custom_attrset |
| union { | |
| char * str | |
| sint64 i | |
| } | val |
A single setting.
Definition at line 203 of file settings.h.
Custom data; for settings like select, range, etc.
Definition at line 218 of file settings.h.
| char* setting_struct::desc |
Description of the setting.
Definition at line 209 of file settings.h.
| sint64 setting_struct::i |
Integer value.
Definition at line 227 of file settings.h.
Whether the setting is internal, and should not be shown to the user.
Definition at line 215 of file settings.h.
| char* setting_struct::name |
Name of the setting.
Definition at line 206 of file settings.h.
| char* setting_struct::str |
String value.
Definition at line 224 of file settings.h.
Type of the setting - one of SETTING_TYPE_xxx.
Definition at line 212 of file settings.h.
1.7.4