SC_UserController_Release()
Decrements the object's reference count, and deletes the object if the counter reaches 0.
Synopsis:
#include <scoreloop/sc_user_controller.h>
void SC_UserController_Release(SC_UserController_h self)
Arguments:
- self
-
SC_UserController instance handle
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.