RemoveParameterSet Data Member Function

Removes the matching criteria for the specified <Texture> index. For example, if each set of match criteria has ten items, and there are three match criteria sets total, then we have thirty match criteria. Removing the match parameter set for <Texture> 2 removes items 10-19 from the array of match criteria. Afterward, there are only twenty match criteria total.

Prototype

int32 RemoveParameterSet( int32 p_nIndex )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexAn <int32> that represents the <Texture> match criteria index you wish to remove.

Examples

Copy Text To Clipboard

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