282. 

282.1. Authors

    282.2. Summary of Module Globals

    List of Global Functions

    • GetBooleanValue - Retrieves the specified value and casts to a boolean.

    • GetIntegerValue - Retrieves the specified value and casts to an integer.

    • GetStringValue - Retrieves the specified value and casts to a String.

    • GetValue - Retrieves the specified value.

    • SetValue - Writes a key value pair for specified section.

    List of Global Variables

      282.3. Global Functions

      282.3.1. GetBooleanValue

      Retrieves the specified value and casts to a boolean.

      Function parameters

      • string section

      • string key

      Return value

      • boolean

      282.3.2. GetIntegerValue

      Retrieves the specified value and casts to an integer.

      Function parameters

      • string section

      • string key

      Return value

      • integer

      282.3.3. GetStringValue

      Retrieves the specified value and casts to a String.

      Function parameters

      • string section

      • string key

      Return value

      • string

      282.3.4. GetValue

      Retrieves the specified value.

      Function parameters

      • string section

      • string key

      Return value

      • any - The value of this key.

      282.3.5. SetValue

      Writes a key value pair for specified section.

      Function parameters

      • string section

      • string key

      • any value

      Return value

      • boolean - True if the settings were written to disk successfully. False on failure.

      282.4. Global Variables

      282.5. Module Requirements

      282.5.1. Module Imports

      • String
      • XML

      282.5.2. Module Includes