SETTING_GET_TRACKED
(edit this)
  • System usage: #define SETTING_GET_TRACKED 124
  • Application usage: #define APP_SETTING_GET_TRACKED -1124
  • Introduced in: 8.5b3
  • Processed by: kernel scheduler (_whip)

Description: Associates the provided key with the module named at the start of the string parameter. Then, calls 122 SETTING_GET using the rest of the string parameter and the same key. Unlike a normal SETTING_GET, this ensures that only the indicated script will be started when the configuration manager initiates the 120 SETTING_VALUE task.

Parameter format: As 122 SETTING_GET, but the string parameter starts with the name of the script, followed by a line break. See conf_get() in conf.lsl for an example. Key parameter is mandatory.