Config type representing a quad-option.
unsigned charunsigned charThe following unused functions were removed:
| Data | Description | Links |
|---|---|---|
| CstQuad | Config type representing a quad-option | |
| QuadValues | Valid strings for creating a QuadValue |
| Function | Description | Links |
|---|---|---|
| quad_has_been_set() | Is the config value different to its initial value? | ConfigSetType::has_been_set(), cfg_type_has_been_set |
| quad_he_toggle() | Toggle the value of a quad | |
| quad_native_get() | Get an int object from a Quad-option config item | ConfigSetType::native_get(), cfg_type_native_get |
| quad_native_set() | Set a Quad-option config item by int | ConfigSetType::native_set(), cfg_type_native_set |
| quad_reset() | Reset a Quad-option to its initial value | ConfigSetType::reset(), cfg_type_reset |
| quad_string_get() | Get a Quad-option as a string | ConfigSetType::string_get(), cfg_type_string_get |
| quad_string_set() | Set a Quad-option by string | ConfigSetType::string_set(), cfg_type_string_set |
| quad_toggle() | Toggle (invert) the value of a quad option |