Requests a block of challenge entries. Will return only entries matching the user IDs passed in.
ParameterschallengeIDThe id of the challenge whose entries to return.
limitDefines the maximum number of entries to return.
startAtDefines whether to center the query on the user or start at the top of the challenge. If this is ovrLeaderboard_StartAtCenteredOnViewer or ovrLeaderboard_StartAtCenteredOnViewerOrTop, then the current user's ID will be automatically added to the query.
userIDsDefines a list of user ids to get entries for.
userIDLengthThe number of user IDs provided.
A message with type
ovrMessage_Challenges_GetEntriesByIds will be generated in response.First call
ovr_Message_IsError() to check if an error occurred.If no error occurred, the message will contain a payload of type
ovrChallengeEntryArrayHandle. Extract the payload from the message handle with
ovr_Message_GetChallengeEntryArray().