SC_ScoreList_GetCount()
Returns the number of scores on the list that is returned from the server.
Synopsis:
#include <scoreloop/sc_score_list.h>
unsigned int SC_ScoreList_GetCount(SC_ScoreList_h self)
Arguments:
- self
-
An opaque handle for the current SC_ScoreList instance.
Library:
libscoreloopcoreDescription:
This method returns the number of scores that have been requested from the server by using one of the following load methods:
- SC_ScoresController_LoadScores()
- SC_ScoresController_LoadScoresAroundScore()
- SC_ScoresController_LoadScoresAroundUser()
The rangeLength parameter passed to these load methods determines how many scores are to be retrieved.
Returns:
unsigned int The number of scores in the list that is returned.