Forráskód Böngészése

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

Miklos Tirpak 17 éve
szülő
commit
0e7d67d701
1 módosított fájl, 8 hozzáadás és 0 törlés
  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>