GetIndexByName Data Member Function

Returns the index of the <Node> with the specified name or -1 if the <Node> cannot be found in the collection.

Prototype

int32 GetIndexByName( string p_sName )

Parameters

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

Examples

Copy Text To Clipboard

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