From 024d9dca09197b9abedeca57cd0c9c89523e8e5e Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Wed, 4 May 2022 21:40:58 +0200 Subject: [PATCH] Updated Thread (markdown) --- Thread.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Thread.md b/Thread.md index 8d6ee2c..292e5fa 100644 --- a/Thread.md +++ b/Thread.md @@ -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:
## 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()