ποΈUpload Score To Leaderboard

π Description
Upload/Add a score to a leaderboard by using this node. This is also for uploading time based scores. Time based scores need to be inputted into this node as milliseconds. So if you track time using a float in seconds, multiply it by 1000 and turn it into a integer and connect it to this "Score" input.
Uploading scores to Steam is rate limited to 10 uploads per 10 minutes and you may only have one outstanding call to this function at a time like at the end of a match.
When uploading a score and the "Keep Best" method is active. The leaderboard entry wont update if the new score isn't better. And if the score doesn't update, the Steam API wont return data like the "New Global Rank" or the "Previous Global Rank" or "Score". As a workaround, you can call the "Get Leaderboard Data" node to get the current users entry information.
Leaderboard ID
The ID of the leaderboard you want to get data from
Score
The score which should get saved
β Keep Best = Compares the inputted score and the current score of the user and chooses the better one to keep
β Force Update = Forces the new score to be the inputted value
On Success
On Fail
(Score = The Score that Got Uploaded by You. New Global Rank -> Will stay 0 if score wasn't changed Previous Global Rank -> Will stay 0 if score wasn't changed)
Time Action Took
This is the time in seconds this asynchronous action took to execute.
Last updated