DerivedMatchCount Data Member Function

Returns true if the specified number of types in this <TypeInfoArray> have exact or derived matches in the <TypeInfoArray> submitted to this function. Otherwise returns false.

Prototype

int32 DerivedMatchCount( TypeInfoArray p_oTypeInfoArrayB, int32 p_nCount )

Parameters

Parameter Type Parameter Name Documentation
<TypeInfoArray>p_oTypeInfoArrayBA pointer to the <TypeInfoArray> object you wish to compare with this <TypeInfoArray>.
int32p_nCountAn <int32> representing the number of matches you expect.

Examples

Copy Text To Clipboard

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