Syntax:
gmda_submit(TABLE_NUMBER, SCORE,EXTRA DATA 1,EXTRA DATA 2, EXTRA DATA 3)
Argument | Description |
---|---|
TABLE_NUMBER | Number of the leaderboard(Numeric) |
SCORE | Score to submit(Numeric string) |
EXTRA DATA(3) | You can save whatever you want(Alphanumeric)(Optional fields) |
Return: 1
Description:
Use this function to submit an score and extra information if you want
Example:
// Submit Score and extra information<br> if gmda_status(){<br> gmda_submit(1,global.xscore,global.information1,global.information2,global.information3);<br> }<br>
"TABLE_NUMBER" is an id to identify the leaderboards, it corresponds to the order of declaration of each table.
< Back to Guide