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.

struct VisualScript
@nogc nothrow
void
sequenceConnect
(
in String func
,
in long from_node
,
in long from_output
,
in long to_node
)

Meta