SC_User_GetLogin()
Returns the user's login.
Synopsis:
#include <scoreloop/sc_user.h>
SC_String_h SC_User_GetLogin(SC_User_h self)
Arguments:
- self
-
An opaque handle for the current SC_User instance.
Library:
libscoreloopcoreDescription:
This method returns the login for the user. The login for the user can be changed.
Returns:
SC_String_h The login of the user.