SC_ScoreList_GetAt()
Retrieves a specific score from the list.
Synopsis:
#include <scoreloop/sc_score_list.h>
SC_Score_h SC_ScoreList_GetAt(SC_ScoreList_h self, unsigned int index)
Arguments:
- self
-
An opaque handle for the current SC_ScoreList instance.
- index
-
The index of the score to be retrieved.
Library:
libscoreloopcoreDescription:
This method returns the score at the given index in the list.
Returns:
SC_Score_h The score at the given index.