SC_User_GetGamesCount()
Returns the number of Scoreloop-enabled games that the user has played.
Synopsis:
#include <scoreloop/sc_user.h>
int SC_User_GetGamesCount(SC_User_h self)
Arguments:
- self
-
An opaque handle for the current SC_User instance.
Library:
libscoreloopcoreDescription:
This method returns the number of Scoreloop-enabled games that the user has played.
Returns:
int The number of games that the user has played.