GetByName Data Member Function

Returns a pointer to the <Node> with the specified name or nullptr if the <Node> cannot be found in the collection.

Prototype

Node GetByName( string p_sName )

Parameters

Parameter Type Parameter Name Documentation
stringp_sNameA string value containing the name of the <Node> you wish to search for.

Examples

Copy Text To Clipboard

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