Function VisualScript.sequenceConnect
Connect two sequence ports. The execution will flow from of from_node
's from_output
into to_node
.
Unlike dataConnect
, there isn't a to_port
, since the target node can have only one sequence port.
void sequenceConnect
(
const(String) func,
const(long) from_node,
const(long) from_output,
const(long) to_node
) nothrow @nogc;