SC_Score_SetMode()
Sets the mode of the score.
Synopsis:
#include <scoreloop/sc_score.h>
SC_Error_t SC_Score_SetMode(SC_Score_h self, unsigned int mode)
Arguments:
- self
-
An opaque handle for the current score instance.
- mode
-
The mode to be set.
Library:
libscoreloopcoreDescription:
This method sets the mode at which the score was achieved. The mode refers to the gameplay setting at which the score was achieved, for example, slow/medium/fast. Scoreloop generates separate leaderboards for each mode in a game.
Returns:
SC_Error_t A return code (a value of SC_OK indicates success, any other value indicates an error).