TypeAtIndex Data Member Function

Returns true if the type at the specified index matches the specified type information.

Prototype

int32 TypeAtIndex( int32 p_nChildIndex, TypeInformation p_oNodeTypeInformation )

Parameters

Parameter Type Parameter Name Documentation
int32p_nChildIndexThe index of the type to check.
TypeInformationp_oNodeTypeInformationThe type you wish to find at the specified index.

Examples

Copy Text To Clipboard

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