|
| 18 Mar 2015 03:33 AM |
If a variable is overwritten with a second coroutine that contained the first coroutine, does the first coroutine continue to run? does it yield? what happens to it?
would the script error? |
|
|
| Report Abuse |
|
|
robocu3
|
  |
| Joined: 13 Mar 2009 |
| Total Posts: 6485 |
|
|
| 18 Mar 2015 03:35 AM |
idk test it i almost typed out something asking if it's the same value and then i just stopped and i'm like "it's 3 am why am i awake"
-=Robo=- |
|
|
| Report Abuse |
|
|
| |
|
chimmihc
|
  |
| Joined: 01 Sep 2014 |
| Total Posts: 17143 |
|
|
| 18 Mar 2015 04:01 AM |
coroutines are independent pseudo threads, where they are declared doesn't matter.
I script -~ chimmihc |
|
|
| Report Abuse |
|
|