Files
wow-weakauras/Meta/api/GetScreenWidth.lua
2024-11-07 23:12:37 +01:00

5 lines
306 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return number screenWidth
---Returns the width of the screen for UI layout purposes. Measurements for layout are affected by the UI Scale setting (i.e. the uiscale CVar) and may not match actual screen pixels.
function GetScreenWidth() end