enum RatingFlag;
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. |
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.
RESULT_FLAG_PERMITTED_IDS
.CONFIDENTIAL