SetMatchParameter Data Member Function

Sets the <Texture> match criteria at the specified index to the specified value.

Prototype

int32 SetMatchParameter( int32 p_nTextureChildIndex, int32 p_eParam, int32 p_bParamValue )

Parameters

Parameter Type Parameter Name Documentation
int32p_nTextureChildIndexAn <int32> representing the index of the <Texture> match criteria set you wish to modify.
int32p_eParamAn <int32> representing the match parameter value you wish to modify. This refers to the MatchParams enumeration. Please see TYPE_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information.
int32p_bParamValueAn <int32> valued at 0 or 1 depending on whether or not the match parameter should be true or false.

Examples

Copy Text To Clipboard

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