
Prototype: GemRB.GetVar(VariableName)

Description: Get a Variable value from the Global Dictionary. Controls could be set up to be associated with such a variable. Even multiple controls could affect the same variable.

Parameters: VariableName - the name of the variable must be shorter than 32 bytes

Return value: numeric, 0 if the variable doesn't exist

Examples:
        selected = GemRB.GetVar ("SelectedMovie")

See also: SetVar, SetVarAssoc, data_exchange


MD5: e1d12a5de0cce9841d6f44622223e79e
