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