Exits a function and returns an optional value.
Ends the execution of a function and returns control to the calling function. Optionally, it can return a Variant value. Input Ports: - Sequence - Data (variant): result (optional) Output Ports: none
If true, the return input port is available.
The return value's data type.
Construct a new instance of VisualScriptReturn. Note: use memnew!VisualScriptReturn instead.
See Implementation
Exits a function and returns an optional value.
Ends the execution of a function and returns control to the calling function. Optionally, it can return a Variant value. Input Ports: - Sequence - Data (variant): result (optional) Output Ports: none