SetNodeLinkSinkNodeByName Data Member Function

Sets the <NodeLink> with the specified name to refer to the specified <Node>.

Prototype

int32 SetNodeLinkSinkNodeByName( string p_sName, Node p_oNode )

Parameters

Parameter Type Parameter Name Documentation
stringp_sNameThe name of the <NodeSink>.
<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.