GetNode Data Member Function

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

Prototype

Node GetNode( string p_sName )

Parameters

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

Examples

Copy Text To Clipboard

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