GetNodeByParentType Data Member Function

Iterates the source <NodeBuffer> and returns a pointer to the first <Node> whose parent <Node> object's type matches the specified type.

Prototype

Node GetNodeByParentType( TypeInformation p_oTypeInfo )

Parameters

Parameter Type Parameter Name Documentation
TypeInformationp_oTypeInfoA <TypeInformation> pointer that specifies the parent <Node> type.

Examples

Copy Text To Clipboard

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