Function GDScriptFunctionState.resume
Resume execution of the yielded function call.
If handed an argument, return the argument from the @GDScript call in the yielded function call. You can pass e.g. an Array to hand multiple arguments.
This function returns what the resumed function call returns, possibly another function state if yielded again.