AddParameterSet Data Member Function

Adds a set of parameter matching criteria to this <TexturePaletteNode>.

Prototype

int32 AddParameterSet( Int32Array p_aiMatchCriteria )

Parameters

Parameter Type Parameter Name Documentation
<Int32Array>p_aiMatchCriteriaA pointer to an <Int32Array> that contains a set of zeros and ones that correspond to which <Texture> node parameters must match. The match criteria will be used by any other TexturePaletteNodes that use this <TexturePaletteNode> for resource description. The match criteria are defined by the MatchParams enumeration. Please see TYPE_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information.

Examples

Copy Text To Clipboard

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