Files
wow_Meta/api/GetVideoOptions.lua
2025-05-04 15:15:00 +02:00

10 lines
318 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param qualityLevel number
---@return string name
---@return number value
---@return list ...
---Returns video options for different video quality levels. Values greater than 5 will crash the game client.
function GetVideoOptions(qualityLevel) end