GetNodeByClass Data Member Function

Iterates the source <NodeBuffer> and returns a pointer to the first <Node> whose .CLASS parameter matches the specified value.

Prototype

Node GetNodeByClass( string p_sClass )

Parameters

Parameter Type Parameter Name Documentation
stringp_sClassA string value containing the .CLASS value to query.

Examples

Copy Text To Clipboard

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