Files
Basalt/docs/objects/Frame/setMovable.md
Robert Jelic 4d614372a1 Updated docs
There is still stuff to do
2022-08-28 18:18:26 +02:00

413 B

setMovable

Sets whether the frame can be moved. In order to move the frame click and drag the upper bar of the frame

Parameters:

  1. boolean Whether the object is movable

Returns:

  1. frame The frame being used

Usage:

  • Creates a frame with id "myFirstFrame" and makes it movable
local myFrame = basalt.createFrame():setMovable(true)
<frame moveable="true"></frame>