SC_AchievementsController_Release()
Decrements the object's reference count; deletes the object if the counter reaches 0.
Synopsis:
#include <scoreloop/sc_achievements_controller.h>
void SC_AchievementsController_Release(SC_AchievementsController_h self)
Arguments:
- self
-
SC_AchievementsController instance handle
Library:
libscoreloopcoreDescription:
This method decrements the reference count of the current controller instance.
Please note that this method is NULL pointer safe; that is, NULL as an argument will not cause an exception.