nn::nex::RankingOrderParam::SetFilterGroupNum Member Function

Syntax

void SetFilterGroupNum(
     qByte groupNum
);

Parameters

Name Description
in groupNum Value of group to filter on.

Return Values

None.

Description

Sets the value of the group to filter on.

Sets the value of the group to filter on. The group with the index specified in the RankingOrderParam::SetFilterGroupIndex function will be filtered using the value set using this function. The value set in this function will be ignored if RankingConstants::FILTER_GROUP_INDEX_NONE is set using the RankingOrderParamSetFilterGroupIndex function. The default value is 0.

Revision History

2012/02/14
Initial version.

CONFIDENTIAL