coroutine.resume
Description
Resumes the given coroutine and passes the given vararg to either the function arguments or the coroutine.yield that is inside that function and returns whatever yield is called with the next time or by the final return in the function.
Arguments
Returns
Page views: 14,713
Updated: A Long Time Ago
Updated: A Long Time Ago