SC_LocalAchievementsController_GetAchievementForAwardIdentifier()
Method to return the achievement related to the award-identifier from the achievements list.
Synopsis:
#include <scoreloop/sc_local_achievements_controller.h>
SC_Achievement_h SC_LocalAchievementsController_GetAchievementForAwardIdentifier(SC_LocalAchievementsController_h self, const char *awardIdentifier)
Arguments:
- self
-
SC_LocalAchievementsController instance handle
- awardIdentifier
-
The unique reverse DNS string chosen by the developer and used by Scoreloop to identify the award.
Library:
libscoreloopcoreDescription:
This method returns the achievement related to the award-identifier from the achievements list.
Returns:
SC_Achievement_h returns an achievement of award with specified identifier or NULL if award with such identifier doesn't exist