of     1   

ShadyShock
#183614443Sunday, February 14, 2016 9:19 PM GMT

I read the wiki on Coroutines, and I didn't quite understand what it meant, can someone tell me what Coroutines are useful for?
pinballboy7
#183623447Sunday, February 14, 2016 11:27 PM GMT

To my understanding, coroutines are basically functions, but they can be paused, resumed, stopped, etc. from outside the function. Don't mind me posting nonstop, trying to clear some annoying threads out of my MyForums.
cntkillme
#183623765Sunday, February 14, 2016 11:32 PM GMT

Your understanding is wrong, coroutines are not functions and can only be paused from inside itself, and they can't be "stopped" until it dies.

    of     1