Find Data Member Function

Returns the index of a <Node> in the <NodeBuffer> or -1 if the <Node> cannot be found.

Prototype

int32 Find( Node p_oNode, int32 p_nStart )

Parameters

Parameter Type Parameter Name Documentation
<Node>p_oNodeA pointer to the <Node>.
int32p_nStartThe index at which to start the search.

Examples

Copy Text To Clipboard

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