GetNodeType Data Member Function

Returns a pointer to the first <Node> of the specified type, or nullptr if a matching <Node> cannot be found.

Prototype

Node GetNodeType( TypeInformation p_oTypeInfo )

Parameters

Parameter Type Parameter Name Documentation
TypeInformationp_oTypeInfoA <TypeInformation> pointer representing the type of <Node> you wish to find.

Examples

Copy Text To Clipboard

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