SC_ScoresController_Release()
Decrements the object's reference count, and deletes the object if the counter reaches 0.
Synopsis:
#include <scoreloop/sc_scores_controller.h>
void SC_ScoresController_Release(SC_ScoresController_h self)
Arguments:
- self
-
An opaque handle for the current controller instance.
Library:
libscoreloopcoreDescription:
This method decrements the reference count for the current instance by 1. The current controller instance will be automatically deleted when the reference count equals 0.
Please note that this method is NULL pointer safe. That is, NULL as an argument will not cause an exception.