Initial commit
This commit is contained in:
5
api/GetScreenWidth.lua
Normal file
5
api/GetScreenWidth.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
---@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
|
Reference in New Issue
Block a user