Gaming:loadPlayerCenteredScores

From GiderosMobile
Revision as of 10:27, 24 August 2018 by Hgy29 (talk | contribs)

Available since: Gideros 2012.09
Class: Gaming

Description

Fetch player leaderboard entries. Either `Event.PLAYER_SCORE_COMPLETE` or `Event.PLAYER_SCORE_ERROR` will be triggered.

 Gaming:loadPlayerCenteredScores(leaderboardId,timeSpan,collection,maxEntries)

Parameters

leaderboardId: (string) Leaderboard Id
timeSpan: (number) Time range: `Gaming.TODAY`, `Gaming.WEEK` or `Gaming.ALL_TIME` optional
collection: (number) Player range: `Gaming.FRIENDS` or `Gaming.ALL_PLAYERS` optional
maxEntries: (number) Maximum number of entries to return optional