GetDataSourceIndices Data Member Function

Populates the <Int32Array> submitted to this function with the indices of the <Node> submitted to this function. For example: if you wish to find the indices that this <Node> uses to store pointers to the queried <Node>.

Prototype

int32 GetDataSourceIndices( Node p_oQuery, Int32Array p_aiIndices )

Parameters

Parameter Type Parameter Name Documentation
<Node>p_oQueryA pointer to the <Node> for this query.
<Int32Array>p_aiIndicesA pointer to an <Int32Array> that stores the indices of p_oQuery stored by this <Node>. This count of this <Int32Array> remains the same if no indices are found.

Examples

Copy Text To Clipboard

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