SC_Client_GetScoreFormatter()
Returns a score formatter instance.
Synopsis:
#include <scoreloop/sc_client.h>
SC_ScoreFormatter_h SC_Client_GetScoreFormatter(SC_Client_h self)
Arguments:
- self
-
Opaque handle for the current client instance.
Library:
libscoreloopcoreDescription:
This call returns a score formatter instance.
The score formatter is loaded during client creation if the configuration file is present. If the configuration file couldn't be found this method will return NULL.
Returns:
SC_ScoreFormatter_h Opaque handle for the loaded SC_ScoreFormatter object.