Why all wires of node in node.wires[0]?

Are there some circumstances to have array of arrays of wires? In which cases wires can be in node.wires[i], where i>0?

Wires prop as array of arrays is used when node has multiple outputs. through node.wires[0] will be sent messages of first output, through node.wires[1] of second output, etc.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.