Returns a pointer to the <Node> at the specified index to which this <Node> is connected.
Node GetConnectionNode( int32 p_nIndex )
| Parameter Type | Parameter Name | Documentation | 
|---|---|---|
| int32 | p_nIndex | The index of the connection to query. For example, if this <ConnectorNode> is connected to 4 node object's, this function returns a pointer to connected node object's at index 0, 1, 2, or 3. | 
None published. Please look for an example in the Simdify Scripting Language code base.