Added scripting functions for reading INI sections

This commit is contained in:
phobos2077
2017-03-27 04:07:16 +07:00
parent 897f1ab323
commit 32564d64d1
4 changed files with 60 additions and 0 deletions
@@ -394,6 +394,11 @@ Some utility/math functions are available:
- take control of a given critter
- passing 0 will reset control back to "real" dude
> array sfall_func1("get_ini_sections", string fileName)
- returns an array of names of all sections in a given INI file
> array sfall_func2("get_ini_section", string fileName, string section)
- returns an associative array of keys and values for a given INI file and section
------------------------
------ MORE INFO -------