SC_ScoresController_LoadNextRange()
Starts loading the next range of scores.
Synopsis:
#include <scoreloop/sc_scores_controller.h>
SC_Error_t SC_ScoresController_LoadNextRange(SC_ScoresController_h self)
Arguments:
- self
-
An opaque handle for the current controller instance.
Library:
libscoreloopcoreDescription:
This method requests the next available range of scores from the server.
Note that this is an asynchronous call and a callback will be triggered, after which you can access the retrieved scores by calling SC_ScoresController_GetScores().
Returns:
SC_Error_t A return code (a value of SC_OK indicates success, any other value indicates an error).