413 B
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:
booleanWhether the object is movable
Returns:
frameThe frame being used
Usage:
- Creates a frame with id "myFirstFrame" and makes it movable
local myFrame = basalt.createFrame():setMovable(true)
<frame moveable="true"></frame>