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