fixed more object links

This commit is contained in:
Samkist
2022-05-30 11:53:41 -04:00
parent a3e7bf7bde
commit ea88553174
13 changed files with 14 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
Radios are objects where you can create endless entrys the user can click on a button and it opens a "list" where the user can choose a entry
Here is a example of how to create a standard radio:
Here is an example of how to create a standard radio:
````lua
local mainFrame = basalt.createFrame("myFirstFrame"):show()
@@ -8,7 +8,7 @@ local aRadio = mainFrame:addRadio("myFirstRadio"):show()
````
Here are all possible functions available for radios: <br>
Remember radio inherits from [object](https://github.com/NoryiE/basalt/wiki/Object):
Remember Radio inherits from [Object](objects/Object.md)
## addItem
Adds a item to the radio