AddNodeLinkSink Data Member Function

Adds a <NodeSink> to this <Node> object's <NodeSink> array.

Prototype

int32 AddNodeLinkSink( string p_sName, Node p_oNode, TypeInformation p_oTypeInfo )

Parameters

Parameter Type Parameter Name Documentation
stringp_sNameThe name of the <NodeSink>.
<Node>p_oNodeA pointer to a <Node> or a nullptr, depending on whether or not you want to set the <NodeSink> right away.
TypeInformationp_oTypeInfoA pointer to a <TypeInformation> object, or a <TypeInformation> name such as 'Material', that makes the <NodeSink> type safe.

Examples

Copy Text To Clipboard

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