FindByGuid Data Member Function

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

Prototype

Node FindByGuid( string p_sGuid )

Parameters

Parameter Type Parameter Name Documentation
stringp_sGuidA string value containing the GUID you wish to search for.

Examples

Copy Text To Clipboard

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