GetMatchParameter Data Member Function

Returns a match parameter for a child <Texture> of this <TexturePaletteNode>.

Prototype

int32 GetMatchParameter( int32 p_nChildTextureIndex, int32 p_eParam )

Parameters

Parameter Type Parameter Name Documentation
int32p_nChildTextureIndexAn <int32> that represents the child index of the <Texture> whose matching parameter you wish to retrieve.
int32p_eParamAn <int32> representing the matching parameter to retrieve. This refers to 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.