Difference between revisions of "Gaming:loadPlayerCenteredScores"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Fetch player leaderboard entries. Either `Event.PLAYER_SCORE_COMPLETE` or `Event.PLAYER_SCORE_ERROR`...")
 
Line 4: Line 4:
 
Fetch player leaderboard entries. Either `Event.PLAYER_SCORE_COMPLETE` or `Event.PLAYER_SCORE_ERROR` will be triggered.
 
Fetch player leaderboard entries. Either `Event.PLAYER_SCORE_COMPLETE` or `Event.PLAYER_SCORE_ERROR` will be triggered.
 
<source lang="lua">
 
<source lang="lua">
= Gaming:loadPlayerCenteredScores(leaderboardIdtimeSpancollectionmaxEntries,)
+
Gaming:loadPlayerCenteredScores(leaderboardId,timeSpan,collection,maxEntries)
 
</source>
 
</source>
'''leaderboardId:''' (string) Leaderboard Id ''''''<br/>
+
'''leaderboardId''': (string) Leaderboard Id ''''''<br/>
'''timeSpan:''' (number) Time range: `Gaming.TODAY`, `Gaming.WEEK` or `Gaming.ALL_TIME` '''optional'''<br/>
+
'''timeSpan''': (number) Time range: `Gaming.TODAY`, `Gaming.WEEK` or `Gaming.ALL_TIME` '''optional'''<br/>
'''collection:''' (number) Player range: `Gaming.FRIENDS` or `Gaming.ALL_PLAYERS` '''optional'''<br/>
+
'''collection''': (number) Player range: `Gaming.FRIENDS` or `Gaming.ALL_PLAYERS` '''optional'''<br/>
'''maxEntries:''' (number) Maximum number of entries to return '''optional'''<br/>
+
'''maxEntries''': (number) Maximum number of entries to return '''optional'''<br/>

Revision as of 11:17, 23 August 2018

Available since: Gideros 2012.09

Description

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

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

'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