Config type representing a quad-option.
unsigned char
unsigned char
The 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_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 |