Files
wow_Meta/api/GetScreenWidth.lua
2025-05-04 14:35:26 +02:00

6 lines
302 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