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

7 lines
308 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@return number height
---Returns the height 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 GetScreenHeight() end