SC_ScoresController_SetSearchList()
Sets the search list used for subsequent requests.
Synopsis:
#include <scoreloop/sc_scores_controller.h>
SC_Error_t SC_ScoresController_SetSearchList(SC_ScoresController_h self, const SC_ScoresSearchList_t searchList)
Arguments:
- self
-
An opaque handle for the current controller instance.
- searchList
-
The search list that is to be set for the controller.
Library:
libscoreloopcoreDescription:
This method specifies the searchlist that will be used during the server request made by the controller. The following pre-defined search lists are currently available : SC_SCORE_SEARCH_LIST_GLOBAL, SC_SCORE_SEARCH_LIST_24H, and SC_SCORE_SEARCH_LIST_USER_COUNTRY.
Returns:
SC_Error_t A return code (a value of SC_OK indicates success, any other value indicates an error).