nn::nex::RankingScoreData::SetOrderBy Member Function

Syntax

void SetOrderBy(
     RankingConstants::OrderBy orderBy
);

Parameters

Name Description
in orderBy Constant that indicates the sort order of scores.

Return Values

None.

Description

Specifies the order to upload scores to a category.

Specifies the order to upload scores to a category.
The default is RankingConstants::ORDER_BY_DESC (descending).
Always specify the same sort order for the same category.
If you upload scores to the same category in a different order, the ranking results are not correct.

Revision History

2012/02/14
Initial version.

CONFIDENTIAL