Beta Documentation - Subject to change.

Gets if the window is resizable.

Syntax

Lua
function Window:IsResizable();

Returns

Type: boolean
True if the window can be resized.

Remarks

Gets if the window is resizable.

See Also