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:

  1. Get an instance of SC_ScoresController .

  2. Use the controller to request scores from the server.

  3. Wait for a successful server request via delegate callbacks.

  4. After a successful request, use SC_ScoresController_GetScores() to access the score list that is returned.

  5. Access individual scores in the list using SC_ScoreList_GetAt() .

See also:

SC_ScoresController , About Scores and Leaderboards .