GetConnectionNode Data Member Function

Returns a pointer to the <Node> at the specified index to which this <Node> is connected.

Prototype

Node GetConnectionNode( int32 p_nIndex )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexThe 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.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.