SC_User_IsFavoriteGame()
Examines the state of the user and checks if specified game belongs to favorite ones.
Synopsis:
#include <scoreloop/sc_user.h>
SC_Bool_t SC_User_IsFavoriteGame(SC_User_h self, SC_Game_h game)
Arguments:
- self
-
An opaque handle for the current SC_User instance.
- game
-
An opaque handle for game instance to find on the list of favorites.
Library:
libscoreloopcoreDescription:
This method returns true if given game appears on the list of favorite games, otherwise it returns false.
Returns:
SC_Bool_t The result of the check, true/false.