Difference between revisions of "Gaming:showLeaderboard"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Show the specified leaderboard <source lang="lua"> = Gaming:showLeaderboard(leaderboardId,) </source>...") |
|||
Line 4: | Line 4: | ||
Show the specified leaderboard | Show the specified leaderboard | ||
<source lang="lua"> | <source lang="lua"> | ||
− | + | Gaming:showLeaderboard(leaderboardId) | |
</source> | </source> | ||
− | '''leaderboardId | + | '''leaderboardId''': (string) Leaderboard to show, or nil for all leaderboards '''optional'''<br/> |
Revision as of 10:17, 23 August 2018
Available since: Gideros 2012.09
Description
Show the specified leaderboard
Gaming:showLeaderboard(leaderboardId)
leaderboardId: (string) Leaderboard to show, or nil for all leaderboards optional