2
0
Эх сурвалжийг харах

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

Miklos Tirpak 17 жил өмнө
parent
commit
0e7d67d701
1 өөрчлөгдсөн 8 нэмэгдсэн , 0 устгасан
  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
 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
 declare any config variable, because other modules and the core may need the
 up-to-date config.
 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>