FindChildTraverse Data Member Function

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.

Prototype

Node FindChildTraverse( TypeInformation p_oNodeTypeInformation )

Parameters

Parameter Type Parameter Name Documentation
TypeInformationp_oNodeTypeInformationA <TypeInformation> pointer representing the type of the first child <Node> you wish to find.

Examples

Copy Text To Clipboard

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