every great piece of code to blow stuff up, starts with this…
CancelInvoke();
StopAllCoroutines();
but I’m just curious, does anyone know if the latter actually does anyway the former (or indeed, vice versa?)
Thanks!
Another related point to stuff in here: I’ve always assumed that - this is in Javascript - any routine which uses yield; even once, is then, a coroutine. Is that correct?
But then, if you stick :IEnumerator after the function name, does that force it to be a coroutine? What about if you have the :IEnumerator, but, actually never use yield; in the routine? Again this is U/S
No big deal just curious if anyone happens to know precisely the exact amswer to this. Cheers