Function VisualScript.dataConnect
Connect two data ports. The value of from_node's from_port would be fed into to_node's to_port.
void dataConnect
(
const(String) func,
const(long) from_node,
const(long) from_port,
const(long) to_node,
const(long) to_port
) nothrow @nogc;