Updated docs
There is still stuff to do
This commit is contained in:
13
docs/objects/Program/isPaused.md
Normal file
13
docs/objects/Program/isPaused.md
Normal file
@@ -0,0 +1,13 @@
|
||||
## isPaused
|
||||
returns if the program is paused
|
||||
|
||||
#### Returns:
|
||||
1. `boolean` pause status
|
||||
|
||||
#### Usage:
|
||||
* Prints the pause status of the program
|
||||
```lua
|
||||
local mainFrame = basalt.createFrame():show()
|
||||
local aProgram = mainFrame:addProgram():execute("rom/programs/shell.lua"):show()
|
||||
basalt.debug(aProgram:isPaused())
|
||||
```
|
||||
Reference in New Issue
Block a user