Match Data Member Function

Returns true if NodeB is an exact match for the <VariableNode>. This includes type, vector dimension, array size, and other parameters such as struct type and sampler type.

Prototype

int32 Match( Node p_oNodeB )

Parameters

Parameter Type Parameter Name Documentation
<Node>p_oNodeBThe <Node> you wish to compare to the <VariableNode>.

Examples

Copy Text To Clipboard

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