Module options

Source

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 or mi_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 or mi_option_set_enabled, enables or disables the option. If it has, this function does nothing.