Updated NyoUI (markdown)
3
NyoUI.md
3
NyoUI.md
@@ -86,4 +86,5 @@ local function yourCustomHandler()
|
|||||||
end
|
end
|
||||||
|
|
||||||
parallel.waitForAll(NyoUI.startUpdate, yourCustomHandler) -- here it will handle your function (yourCustomHandler) and NyoUIs handlers at the "almost same" time
|
parallel.waitForAll(NyoUI.startUpdate, yourCustomHandler) -- here it will handle your function (yourCustomHandler) and NyoUIs handlers at the "almost same" time
|
||||||
````
|
````
|
||||||
|
You can read [here](http://www.computercraft.info/wiki/Parallel_(API)) what exactly parallel.waitForAll() does
|
||||||
Reference in New Issue
Block a user