SC_ScoresController_GetSearchList()
Returns the search list assigned to the current controller instance.
Synopsis:
#include <scoreloop/sc_scores_controller.h>
SC_ScoresSearchList_t SC_ScoresController_GetSearchList(SC_ScoresController_h self)
Arguments:
- self
-
An opaque handle for the current controller instance.
Library:
libscoreloopcoreDescription:
This method returns the previously set search list instance.
Returns:
SC_ScoreSearchList_t The search list instance associated with the current controller instance.