SC_Score_GetRank()
Gets the rank of the score.
Synopsis:
#include <scoreloop/sc_score.h>
unsigned int SC_Score_GetRank(SC_Score_h self)
Arguments:
- self
-
An opaque handle for the current score instance.
Library:
libscoreloopcoreDescription:
This method returns the rank for the score. The rank refers to the score's position on a leaderboard and as such, this will only have a meaningful value if the score is returned using an SC_ScoresController.
Returns:
unsigned int Corresponding to the score rank.