Pārlūkot izejas kodu

@cfg_get.<group_name>.<var_name> is documented

Miklos Tirpak 17 gadi atpakaļ
vecāks
revīzija
0e7d67d701
1 mainītis faili ar 8 papildinājumiem un 0 dzēšanām
  1. 8 0
      doc/cfg.txt

+ 8 - 0
doc/cfg.txt

@@ -336,3 +336,11 @@ int new_process(void)
 Note, that the configuration should be refreshed even if the module does not
 declare any config variable, because other modules and the core may need the
 up-to-date config.
+
+
+6. Accessing the configuration values in the script
+===============================================================================
+
+The values can be accessed via select calls:
+
+@cfg_get.<group_name>.<var_name>