InsertParameterSet Data Member Function

Inserts a block of <int32> values into the <Texture> matching parameter set.

Prototype

int32 InsertParameterSet( int32 p_nIndex, Int32Array p_aiCriteria )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexThe index at which to insert the matching parameters.
<Int32Array>p_aiCriteriaA pointer to an <Int32Array> containing the <Texture> matching parameter values. This <Int32Array> must contain 14 values from 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.