Returns video options for different video quality levels. Values greater than 5 will crash the game client.


See also Video functions.

Signature:

name, value, ... = GetVideoOptions(qualityLevel)

Arguments:

  • qualityLevel - Quality level to query for (number)

Returns:

  • name - The name of the video option (string)
  • value - The value of the option for the given quality set (number)
  • ... - List of option names and values (list)