GDScriptFunctionState

    State of a function call after yielding.

    • completed ( result )

    Check whether the function call may be resumed. This is not the case if the function state was already resumed.


    Resume execution of the yielded function call.

    This function returns what the resumed function call returns, possibly another function state if yielded again.