void SetUpdateMode( RankingConstants::UpdateMode updateMode );
Name | Description | |
---|---|---|
in | updateMode |
The score update mode. |
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.
CONFIDENTIAL