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