SC_ScoresController_GetRange()
Returns the requested range to load.
Synopsis:
#include <scoreloop/sc_scores_controller.h>
SC_Range_t SC_ScoresController_GetRange(SC_ScoresController_h self)
Arguments:
- self
-
An opaque handle for the current controller instance.
Library:
libscoreloopcoreDescription:
This method returns the position from where the scores are loaded using any of the SC_ScoresController's load methods.
Returns:
SC_Range_t The range requested to load.