SC_LocalAchievementsController_IsAchievedForAwardIdentifier()
This method checks the status of the award with the given identifier to see if it has been achieved.
Synopsis:
#include <scoreloop/sc_local_achievements_controller.h>
SC_Bool_t SC_LocalAchievementsController_IsAchievedForAwardIdentifier(SC_LocalAchievementsController_h self, const char *awardIdentifier)
Arguments:
- self
-
SC_LocalAchievementsController instance handle
- awardIdentifier
-
The unique identifier for the award, (chosen by the developer).
Library:
libscoreloopcoreDescription:
Method which checks the status of the award with the given identifier to see if it has been achieved.
Returns:
SC_Bool_t returns SC_TRUE if award with specified id is achieved, or SC_FALSE if it's not achieved or doesn't exist