Performs a breadth-first search using this <Group> as the search root, and returns the first child of the specified type. Returns a <Node> pointer that must be cast to the expected type.
Node FindChildTraverse( TypeInformation p_oNodeTypeInformation )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| TypeInformation | p_oNodeTypeInformation | A <TypeInformation> pointer representing the type of the first child <Node> you wish to find. |
None published. Please look for an example in the Simdify Scripting Language code base.