SC_Challenge_GetContestant()
Accessor that returns the challenge contestant.
Synopsis:
#include <scoreloop/sc_challenge.h>
SC_User_h SC_Challenge_GetContestant(SC_Challenge_h self)
Arguments:
- self
-
An opaque handle for the SC_Challenge instance.
Library:
libscoreloopcoreDescription:
This method returns the challenge contestant. The user properties that are available for the contestant are: handle, login. It returns NULL if the challenge has not yet been accepted.
Returns:
SC_User_h The challenge contestant or NULL.