SC_ScoresController_GetScores()
Returns the retrieved list of scores.
Synopsis:
#include <scoreloop/sc_scores_controller.h>
SC_ScoreList_h SC_ScoresController_GetScores(SC_ScoresController_h self)
Arguments:
- self
-
An opaque handle for the current controller instance.
Library:
libscoreloopcoreDescription:
This method returns the list of scores that were returned by the server. Call this method only after receiving notification of a successful server request via delegate callbacks.
Returns:
SC_Scorelist_h The list of scores returned by the server.