- getReturnType
Variant.Type getReturnType()
- isReturnValueEnabled
bool isReturnValueEnabled()
- opAssign
VisualScriptReturn opAssign(T n)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(VisualScriptReturn other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(typeof(null) n)
Undocumented in source. Be warned that the author may not have intended to support it.
- setEnableReturnValue
void setEnableReturnValue(bool enable)
- setReturnType
void setReturnType(long type)
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