setTimeout
setTimeout is just LUA native delay
expect it does not yield the current running thread
setTimeout takes 2 arguments, the function and numeric timeout in seconds
Last updated
Was this helpful?
setTimeout is just LUA native delay
expect it does not yield the current running thread
setTimeout takes 2 arguments, the function and numeric timeout in seconds
Last updated
Was this helpful?