SeekSiblings Data Member Function

Searches the <Node> attached to this <NodeBuffer> for any sibling <Node> objects of the specified type.

Prototype

int32 SeekSiblings( Node unnamedParam, NodeBuffer p_oBuffer, TypeInfoArray p_oTypeInfoArray )

Parameters

Parameter Type Parameter Name Documentation
<Node>unnamedParamA pointer to the <Node> to use as the query root.
<NodeBuffer>p_oBufferA pointer to the <NodeBuffer> that stores the result of the query.
<TypeInfoArray>p_oTypeInfoArrayA pointer to a <TypeInfoArray> that specifies the <Node> types.

Examples

Copy Text To Clipboard

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