Difference between revisions of "Gaming:reportScore"
From GiderosMobile
Line 6: | Line 6: | ||
Gaming:reportScore(leaderboardId,score,immediate) | Gaming:reportScore(leaderboardId,score,immediate) | ||
</source> | </source> | ||
− | '''leaderboardId''': (string) Leaderboard Id | + | === Parameters === |
− | '''score''': (number) Score | + | '''leaderboardId''': (string) Leaderboard Id <br/> |
− | '''immediate''': (boolean) Push the update immediately | + | '''score''': (number) Score <br/> |
+ | '''immediate''': (boolean) Push the update immediately <br/> |
Revision as of 10:45, 23 August 2018
Available since: Gideros 2012.09
Description
Upload a score to a leaderboard.
Gaming:reportScore(leaderboardId,score,immediate)
Parameters
leaderboardId: (string) Leaderboard Id
score: (number) Score
immediate: (boolean) Push the update immediately