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
Retrieves the specified value and casts to a boolean.
Function parameters
string section
string key
Return value
boolean
Retrieves the specified value and casts to an integer.
Function parameters
string section
string key
Return value
integer
Retrieves the specified value and casts to a String.
Function parameters
string section
string key
Return value
string
Retrieves the specified value.
Function parameters
string section
string key
Return value
any - The value of this key.