SC_Client_CreateScore()
Creates an instance of SC_Score.
Synopsis:
#include <scoreloop/sc_client.h>
SC_Error_t SC_Client_CreateScore(SC_Client_h self, SC_Score_h *pScore)
Arguments:
- self
-
Opaque handle for the current client instance.
- pScore
-
Opaque handle for the SC_Score object that will be created.
Library:
libscoreloopcoreDescription:
Creates a new SC_Score object.
Returns:
SC_Error_t A return code (A value of SC_OK indicates success, any other value indicates an error).