281 B
281 B
show
Shows the object (only if the parent frame is already visible)
Returns:
objectThe object in use
Usage:
- Shows a frame
local mainFrame = basalt.createFrame()
local button = mainFrame:addButton()
button:show()
<button visible="true" />