Functions in sc_score_list.h
Related links
- 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.
- SC_ScoreList_Retain()
Increments the object's reference count.
- SC_ScoreList_Release()
Decrements the object's reference count, and deletes the object if the counter reaches 0.
- SC_ScoreList_GetAt()
Retrieves a specific score from the list.
- SC_ScoreList_GetCount()
Returns the number of scores on the list that is returned from the server.