Syntax
Lua |
---|
function Window:SetMaximumHeight(value); |
Parameters
- value
-
Type:
number
The maximum height of the window.
Remarks
Sets the maximum height of the window.
Lua |
---|
function Window:SetMaximumHeight(value); |