Type Function Return value none Revision Release 2024.3703 Keywords Google Play Games Services, game network, gpgs, leaderboards, submit See also gpgs.leaderboards gpgs.*
Submits a score to a specific leaderboard.
gpgs.leaderboards.submit( params )
Table. Contains parameters for the call — see the next section for details.
The params
table contains parameters for the call.
String. Leaderboard ID to submit to.
Number. The score value.
String. Optional additional info. Must be
Listener. Listener function which receives a submit event.