SETTING_GET
(edit this)
  • System usage: #define SETTING_GET 122
  • Application usage: #define APP_SETTING_GET -1122
  • Introduced in: 12.1m1/8.5m1
  • Processed by: configuration manager (_balance)

Description: Requests the value of a setting. Settings should be named in the format module.setting, e.g. _obedience.autolock. Descendant settings will also be reported, so e.g. SETTING_GET foo will return all settings starting with foo. as well as foo itself if specified. Multiple requests may be specified, separated by linebreaks. As of 8.5b3, use 124 SETTING_GET_TRACKED in library code; this integrates task handling better.

Parameter format: The name of the setting in question.