Syntax
Lua |
---|
function Window:SetResizable(value); |
Parameters
- value
-
Type:
boolean
True if the window can be resized.
Remarks
Sets if the window is resizable.
Lua |
---|
function Window:SetResizable(value); |