GetChild Data Member Function

Returns a pointer to the first child whose name matches the string submitted to this function. Returns nullptr if no match exist.

Prototype

Node GetChild( string p_sChildName )

Parameters

Parameter Type Parameter Name Documentation
stringp_sChildNameThe name of the child <Node> to get.

Examples

Copy Text To Clipboard

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