SC_Achievement_IsAchieved()
Returns whether or not the SC_Award has been achieved.
Synopsis:
#include <scoreloop/sc_achievement.h>
SC_Bool_t SC_Achievement_IsAchieved(SC_Achievement_h self)
Arguments:
- self
-
An opaque handle for the current achievement instance.
Library:
libscoreloopcoreDescription:
This method returns a boolean value that indicates if the SC_Award has been achieved or not.
Returns:
SC_Bool_t Boolean value that indicates whether or not the award was achieved.