SetNodeLinkSinkNodeByIndex Data Member Function

Sets the <NodeLink> at the specified index to refer to the specified <Node>.

Prototype

int32 SetNodeLinkSinkNodeByIndex( int32 p_nIndex, Node p_oNode )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexThe index of the <NodeSink> at which to specify a <Node>.
<Node>p_oNodeA pointer to the <Node> to which the <NodeSink> will refer.

Examples

Copy Text To Clipboard

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