Updated docs
There is still stuff to do
This commit is contained in:
13
docs/objects/Textfield/getLines.md
Normal file
13
docs/objects/Textfield/getLines.md
Normal file
@@ -0,0 +1,13 @@
|
||||
## getLines
|
||||
Returns all lines
|
||||
|
||||
#### Returns:
|
||||
1. `table` lines
|
||||
|
||||
#### Usage:
|
||||
* Prints all lines
|
||||
```lua
|
||||
local mainFrame = basalt.createFrame("myFirstFrame"):show()
|
||||
local aTextfield = mainFrame:addTextfield("myFirstTextfield"):show()
|
||||
basalt.debug(aTextfield:getLines())
|
||||
```
|
||||
Reference in New Issue
Block a user