Sets a match parameter at the specified index.
int32 SetMatchParameter( int32 p_nIndex, int32 p_eMatchParam, int32 p_bValue )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| int32 | p_nIndex | The index of the match parameter set containing the value you wish to set. |
| int32 | p_eMatchParam | The specific match parameter you wish to set. Please see TextureMatchParams in APP_SERVICE_ENUMERATION_UTIL.SSL for more information. |
| int32 | p_bValue | An <int32> where zero means that parameter does not need to match, and non-zero means the parameter must match. |
None published. Please look for an example in the Simdify Scripting Language code base.