SC_Score_GetUser()
Gest the user who submitted the score.
Synopsis:
#include <scoreloop/sc_score.h>
SC_User_h SC_Score_GetUser(SC_Score_h self)
Arguments:
- self
-
An opaque handle for the current score instance.
Library:
libscoreloopcoreDescription:
This method returns the user who obtained and submitted the score.
Returns:
SC_User_h The user who obtained and submitted the score.