SC_ChallengesController_Release()
Decrements the object's reference count, and deletes the object if the counter reaches 0.
Synopsis:
#include <scoreloop/sc_challenges_controller.h>
void SC_ChallengesController_Release(SC_ChallengesController_h self)
Arguments:
- self
-
SC_ChallengesController instance handle
Library:
libscoreloopcoreDescription:
This method decrements the object's reference count by one. The object will be deleted automatically if the reference count reaches 0.