GetConnectedNodes Data Member Function

Populates a <NodeBuffer> object with all <Node> objects that this <Node> is connected to via NodeSinks.

Prototype

int32 GetConnectedNodes( NodeBuffer p_apBuffer )

Parameters

Parameter Type Parameter Name Documentation
<NodeBuffer>p_apBufferA pointer to the <NodeBuffer> object that will store pointers to the <Node> objects to which this <Node> is connected.

Examples

Copy Text To Clipboard

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