VisualScriptFunctionState
A Visual Script node representing a function state.
is returned from and can be used to resume a paused function call.
Connects this VisualScriptFunctionState
to a signal in the given object to automatically resume when it’s emitted.
- bool is_valid ( ) const
Returns whether the function state is valid.
Resumes the function to run from the point it was yielded.