SC_User_GetBuddiesCount()
Returns the number of buddies the user has.
Synopsis:
#include <scoreloop/sc_user.h>
int SC_User_GetBuddiesCount(SC_User_h self)
Arguments:
- self
-
An opaque handle for the current SC_User instance.
Library:
libscoreloopcoreDescription:
This methid returns the number of buddies the user has.
Returns:
int The number of buddies for the user.