nn::nex::RankingScoreData::SetUpdateMode Member Function

Syntax

void SetUpdateMode(
     RankingConstants::UpdateMode updateMode
);

Parameters

Name Description
in updateMode The score update mode.

Return Values

None.

Description

Specifies the score update mode.

If RankingConstants::UPDATE_MODE_NORMAL (the default mode) is specified, the local host's past scores that are uploaded in the category are maintained, and the highest score within a specified time frame is used when getting rankings.
If RankingConstants::UPDATE_MODE_DELETE_OLD is specified, the local host's past scores in the score category are deleted and then the new score is registered. Use this mode if only the most recently uploaded score will be used for ranking purposes.

Revision History

2012/07/09
Initial version.

CONFIDENTIAL