Nut.config.getChangedValues

From Nutscript Developer Wiki


nut.config.getChangedValues() This configs returns the changed values in the configs. If the config value differs to the default value, this function will recognize that key value as modified value.

Arguments[edit]

none

Return Values[edit]

  • Table

A list of modified configs.

Examples[edit]

none