Lua:getWorkAreaHeight
Jump to navigation
Jump to search
<> Lua API Reference
function getWorkAreaHeight() : integer
Returns the work area height. (Excludes taskbars)
This function has no parameters.
integer — The height of the screen work area in pixels.
local height = getWorkAreaHeight()
print("Work area height: " .. height)
Main Pages
Core Lua documentation entry points
◆ Lua
◆ Script Engine