Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: kurapica.igas
Forum: Lua/XML Help 07-01-20, 04:15 AM
Replies: 15
Views: 7,188
Posted By kurapica.igas
Task an example: Scorpio "ScorpioTest"...

Task an example:


Scorpio "ScorpioTest" ""

__Async__()
__SlashCmd__ "sct" "start" -- use `/sct start` to start the process
function bigCycle()
local time = GetTime()
local prev = 0
Forum: Lua/XML Help 06-30-20, 09:50 PM
Replies: 15
Views: 7,188
Posted By kurapica.igas
This could be done with the Lua's coroutine, and...

This could be done with the Lua's coroutine, and since the Lua is single thread, so you don't need worry about the thread lock. We can yield those coroutines to make sure they don't cost too much in...
Showing results 1 to 2 of 2