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

6 lines
199 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param frame table
---Sizes a frame to take up the entire screen regardless of screen resolution
function SetupFullscreenScale(frame) end