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