Updated Thread (markdown)
@@ -3,7 +3,7 @@ Threads are "functions" you can execute simultaneously. Ofc the reality is, i am
|
||||
Here is a list of all available functions for threads: <br>
|
||||
|
||||
## start
|
||||
sets the time the timer should wait after calling your function
|
||||
starts a new thread and executes the function
|
||||
````lua
|
||||
local mainFrame = basalt.createFrame("myFirstFrame"):show()
|
||||
local aThread = mainFrame:addThread("myFirstThread"):show()
|
||||
|
||||
Reference in New Issue
Block a user