307. 

307.1. Authors

    307.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

      307.3. Global Functions

      307.3.1. GetBooleanValue

      Retrieves the specified value and casts to a boolean.

      Function parameters

      • string section

      • string key

      Return value

      • boolean

      307.3.2. GetIntegerValue

      Retrieves the specified value and casts to an integer.

      Function parameters

      • string section

      • string key

      Return value

      • integer

      307.3.3. GetStringValue

      Retrieves the specified value and casts to a String.

      Function parameters

      • string section

      • string key

      Return value

      • string

      307.3.4. GetValue

      Retrieves the specified value.

      Function parameters

      • string section

      • string key

      Return value

      • any - The value of this key.

      307.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.

      307.4. Global Variables

      307.5. Module Requirements

      307.5.1. Module Imports

      • String
      • XML

      307.5.2. Module Includes