Syntax
Lua |
---|
function Window:SetMaximumSize(width, height); |
Parameters
- width
-
Type:
number
The desired maximum width.
- height
-
Type:
number
The desired maximum height.
Remarks
Sets the maximum size of the window.