Updated some formatting
Updated formatting for object
This commit is contained in:
@@ -1,12 +1,19 @@
|
||||
# Object
|
||||
|
||||
## getValue
|
||||
|
||||
Returns the currently saved value
|
||||
#### Returns:
|
||||
|
||||
### Returns
|
||||
|
||||
1. `any` Object's value
|
||||
|
||||
#### Usage:
|
||||
### Usage
|
||||
|
||||
* Prints the value of the checkbox to the debug console
|
||||
|
||||
```lua
|
||||
local mainFrame = basalt.createFrame()
|
||||
local aCheckbox = mainFrame:addCheckbox():setValue(true)
|
||||
basalt.debug(aCheckbox:getValue()) -- returns true
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user