SC_ScoreList
Instances of SC_ScoreList store the list of scores that are retrieved from the server after making a successful request by using an instance of SC_ScoresController.
Basic use:
-
Get an instance of SC_ScoresController .
-
Use the controller to request scores from the server.
-
Wait for a successful server request via delegate callbacks.
-
After a successful request, use SC_ScoresController_GetScores() to access the score list that is returned.
-
Access individual scores in the list using SC_ScoreList_GetAt() .
See also: