Functions§
- mi_
option_ ⚠get - Returns the value of the provided option.
- mi_
option_ ⚠is_ enabled - Returns true if the provided option is enabled.
- mi_
option_ ⚠set - Set the option to the given value.
- mi_
option_ ⚠set_ default - If the given option has not yet been initialized with
mi_option_set
ormi_option_set_enabled
, sets the option to the given value. If it has, this function does nothing. - mi_
option_ ⚠set_ enabled - Enable or disable the given option.
- mi_
option_ ⚠set_ enabled_ default - If the given option has not yet been initialized with
mi_option_set
ormi_option_set_enabled
, enables or disables the option. If it has, this function does nothing.