Adds a <NodeSink> to this <Node> object's <NodeSink> array.
int32 AddNodeLinkSink( string p_sName, Node p_oNode, TypeInformation p_oTypeInfo )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| string | p_sName | The name of the <NodeSink>. |
| <Node> | p_oNode | A pointer to a <Node> or a nullptr, depending on whether or not you want to set the <NodeSink> right away. |
| TypeInformation | p_oTypeInfo | A pointer to a <TypeInformation> object, or a <TypeInformation> name such as 'Material', that makes the <NodeSink> type safe. |
None published. Please look for an example in the Simdify Scripting Language code base.