SC_User_GetHandle()
Returns a handle to the user object.
Synopsis:
#include <scoreloop/sc_user.h>
SC_UserHandle_h SC_User_GetHandle(SC_User_h self)
Arguments:
- self
-
An opaque handle for the SC_User instance.
Library:
libscoreloopcoreDescription:
This method returns a unique handle of the user. It plays a role of a wrapper around globally unique identifier on Scoreloop network. The value hidden behind this handle will never change.
Returns:
SC_UserHandle_h The handle of the user.