diff options
author | George Marques <george@gmarqu.es> | 2019-05-10 16:38:48 -0300 |
---|---|---|
committer | George Marques <george@gmarqu.es> | 2019-05-14 11:39:40 -0300 |
commit | bdc6649b7991b1c11549a8efb0a708345bf12783 (patch) | |
tree | 524c6ea38e9a06cc99bba2cd59a8c420f3df82c1 /doc/classes/Skeleton.xml | |
parent | bdf79f4c6e98c0e95a31fc6e05d4a072b4fcb362 (diff) |
Keep GDScript functions in stack while yielding
This prevents GDScript functions from leaving the stack too soon when
they are resuming from yield, allowing the ones expecting it to finish
to know the caller.
Helps debugging cases when you use:
`yield(function_which_yields(), "completed")`
since now it shows the call that resumed that function.
Diffstat (limited to 'doc/classes/Skeleton.xml')
0 files changed, 0 insertions, 0 deletions