284. 

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

    284.2. Global Functions

    284.2.1. GetBooleanValue

    Retrieves the specified value and casts to a boolean.

    Function parameters

    • string section

    • string key

    Return value

    • boolean

    284.2.2. GetIntegerValue

    Retrieves the specified value and casts to an integer.

    Function parameters

    • string section

    • string key

    Return value

    • integer

    284.2.3. GetStringValue

    Retrieves the specified value and casts to a String.

    Function parameters

    • string section

    • string key

    Return value

    • string

    284.2.4. GetValue

    Retrieves the specified value.

    Function parameters

    • string section

    • string key

    Return value

    • any - The value of this key.

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

    284.3. Global Variables

    284.4. Module Requirements

    284.4.1. Module Imports

    • String
    • XML

    284.4.2. Module Includes