SC_ChallengeList_GetAt()

Retrieves a specific challenge from the list.

Synopsis:

#include <scoreloop/sc_challenge_list.h>
 
SC_Challenge_h SC_ChallengeList_GetAt(SC_ChallengeList_h self, unsigned int index)

Arguments:

self

An opaque handle for the current SC_ChallengeList instance.

index

The index of the score to be retrieved.

Library:

libscoreloopcore

Description:

This method returns the challenge at the given index in the list.

Returns:

SC_Challenge_h The challenge at the given index.