GetQualifierStringsByCategory Data Member Function

Populates a <StrList> and <Int32Array> with all the qualifier names and qualifier indices in the specified category.

Prototype

int32 GetQualifierStringsByCategory( StrList p_slQualifierNames, Int32Array p_aiQualifierIndices, int32 p_eQualifierCategory )

Parameters

Parameter Type Parameter Name Documentation
<StrList>p_slQualifierNamesA pointer to the <StrList> you wish to populate with qualifier names from a particular category.
<Int32Array>p_aiQualifierIndicesA pointer to the <Int32Array> you wish to populate with qualifier indices from a particular category.
int32p_eQualifierCategoryAn <int32> representing the qualifier category. This refers to the GLSL_QualifierCategory 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.