Type Function Return value none Revision Release 2024.3703 Keywords Google Play Games Services, game network, gpgs, achievements, setSteps See also gpgs.achievements gpgs.*
Sets an incremental achievement to the specified amount of steps.
gpgs.achievements.setSteps( params )
Table. Contains parameters for the call — see the next section for details.
The params
table contains parameters for the call.
String. Achievement to update.
Number. Amount of steps for the achievement.
Listener. Listener function which receives a setSteps event.