Updated Thread (markdown)

Robert Jelic
2022-05-04 21:40:58 +02:00
parent 16e4d47380
commit 024d9dca09

@@ -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()