Updated Frame (markdown)
2
Frame.md
2
Frame.md
@@ -54,7 +54,7 @@ local mainFrame = basalt.createFrame("myFirstFrame"):setBar("My first Frame!"):s
|
|||||||
## showBar
|
## showBar
|
||||||
shows/hides the bar on top where you will see the title if its active
|
shows/hides the bar on top where you will see the title if its active
|
||||||
````lua
|
````lua
|
||||||
local mainFrame = basalt.createFrame("myFirstFrame")setBar("Hello World!"):showBar()
|
local mainFrame = basalt.createFrame("myFirstFrame"):setBar("Hello World!"):showBar()
|
||||||
````
|
````
|
||||||
**args:** bool visible (no args = true)<br>
|
**args:** bool visible (no args = true)<br>
|
||||||
**returns:** self<br>
|
**returns:** self<br>
|
||||||
|
|||||||
Reference in New Issue
Block a user