SC_LocalAchievementsController_GetValueForAwardIdentifier()
This method returns the value of the award specified by the given identifier.
Synopsis:
#include <scoreloop/sc_local_achievements_controller.h>
int SC_LocalAchievementsController_GetValueForAwardIdentifier(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 value of the award specified by the given identifier.
Returns:
int Returns the value property of award.