Updated List (markdown)

Robert Jelic
2022-05-29 20:58:35 +02:00
parent 6b13236a66
commit 663fe3b93c

@@ -12,7 +12,7 @@ This will create a default list with the size 8 width and 5 height on position 1
Here are all possible functions available for lists. Remember list inherit from [object](https://github.com/NoryiE/basalt/wiki/Object):
## addItem
Adds a item to the list
Adds a item into the list
````lua
local mainFrame = basalt.createFrame("myFirstFrame"):show()