AddUnique Data Member Function

Adds a <TypeInformation> pointer if the type is not already resident in the array.

Prototype

int32 AddUnique( TypeInformation p_oTypeInfo, int32 p_bUseAdjacency )

Parameters

Parameter Type Parameter Name Documentation
TypeInformationp_oTypeInfoA pointer to the <TypeInformation> object to add to the array.
int32p_bUseAdjacencyIf true, this will add the <TypeInformation> object to the end of the array, even if it is already present.

Examples

Copy Text To Clipboard

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