updated param and return headers

This commit is contained in:
Samuel Pizette
2022-06-09 11:43:59 -04:00
parent 4b8f3c2d5c
commit b6ee09636b
14 changed files with 188 additions and 188 deletions

View File

@@ -9,5 +9,5 @@ changes the input type
local mainFrame = basalt.createFrame("myFirstFrame"):show()
local aInput = mainFrame:addInput("myFirstInput"):setInputType("password"):show()
```
**parameters:** string value ("text", "password", "number")<br>
**returns:** self<br>
#### Parameters: string value ("text", "password", "number")<br>
#### Returns: self<br>