Lua:getWorkAreaHeight
Jump to navigation
Jump to search
| <> Function function getWorkAreaHeight() : integer |
Returns the work area height. (Excludes taskbars)
Function Parameters[edit]
This function has no parameters.
Returns[edit]
integer — The height of the screen work area in pixels.
Examples[edit]
local height = getWorkAreaHeight()
print("Work area height: " .. height)
See also[edit]
| Lua |
| Script Engine |