FindIndices Data Member Function

Populates an <Int32Array> with indices of <Node> objects or subclasses that match the specified <TypeInformation>. The query is performed by iterating this object's internal <NodeBuffer> pointer.

Prototype

int32 FindIndices( Int32Array p_aiIndices, TypeInformation p_oTypeInfo )

Parameters

Parameter Type Parameter Name Documentation
<Int32Array>p_aiIndicesA pointer to an <Int32Array> that stores the indices.
TypeInformationp_oTypeInfoA <TypeInformation> pointer that specifies the <Node> type.

Examples

Copy Text To Clipboard

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