FindChild Data Member Function

Finds a child by name and type. A <Node> object indicates success, nullptr indicates failure.

Prototype

Node FindChild( string p_sNodeName, TypeInformation p_oNodeType )

Parameters

Parameter Type Parameter Name Documentation
stringp_sNodeNameThe name of the child <Node> you wish to find.
TypeInformationp_oNodeTypeA <TypeInformation> pointer representing the type of the 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.