SC_LocalAchievementsController_GetAchievements()
Accessor method to get the local achievements.
Synopsis:
#include <scoreloop/sc_local_achievements_controller.h>
SC_AchievementList_h SC_LocalAchievementsController_GetAchievements(SC_LocalAchievementsController_h self)
Arguments:
- self
-
SC_LocalAchievementsController instance handle
Library:
libscoreloopcoreDescription:
Method to get the local achievements. There will be one achievement per each award with the status refleting if it was already achieved or the current progress.
Returns:
SC_AchievementList_h The list of retrieved achievements.