nn::nex::DataStoreConstants::RatingFlag Enumerated Type

Syntax

enum RatingFlag;

Value

Value Description
RATING_FLAG_MODIFIABLE Enables modification.
RATING_FLAG_ROUND_MINUS Rounded to 0 for negative results from subtraction.
RATING_FLAG_DISABLE_SELF_RATING Disables self-rating.

Description

Bit flag specified with the DataStoreRatingInitParam::SetFlag function.

When DataStoreConstants::RATING_FLAG_MODIFIABLE is specified, the previous ratings value before the re-rating is subtracted from the total, and the new ratings value is added to the total.

Revision History

2012/07/04
Added RESULT_FLAG_PERMITTED_IDS.
2011/07/13
Initial version.

CONFIDENTIAL