
Prototype: GemRB.GetSystemVariable(Index)

Description: Returns the named Interface attribute.

Parameters: Index could have the following values:
SV_BPP = 0    - bpp (color resolution)
SV_WIDTH = 1  - screen width
SV_HEIGHT = 2 - screen height

Return value: This function returns -1 if the index is invalid.

See also: GetGameString


MD5: b60fafad2a078631a0f53b50b323c8b4
