IsAny Data Member Function

Returns true if the specified <Type> pointer is derived from any of the types in the specified <TypeInfoArray>.

Prototype

int32 IsAny( Type p_oType, TypeInfoArray p_oTypeInfoArray )

Parameters

Parameter Type Parameter Name Documentation
<Type>p_oTypeA pointer to any object derived from <Type>.
<TypeInfoArray>p_oTypeInfoArrayA pointer to a <TypeInfoArray> that specifies the types.

Examples

Copy Text To Clipboard

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