πŸ—οΈGet Leaderboard Data

πŸ“„ Description

After you successfully gathered the LeaderboardID by using the β€œFind Leaderboard” or the β€œCreate Leaderboard” node, you can use this node.

Name
Description

Leaderboard ID

The ID for the leaderboard you want to get data from

β†’ Global Data = Gathers the leaderboard data of all users who uploaded a score to the leaderboard

β†’ Global Data Around User = Gathers the leaderboard data of all users who uploaded a score to the leaderboard but only around our current user

β†’ Friends Data = Gathers the leaderboard data of all friends of our current user who uploaded a score to the leaderboard

Start Index & End Index

Based on what you selected as the Data Type:

Examples - Global Data

1-10 & Max Results β†’ 10 = Gets the top 10 entries of the whole leaderboard

1-5 & Max Results β†’ 10 = Gets the top 5 entries of the whole leaderboard

1-10 & Max Results β†’ 5 = Gets the top 5 entries of the whole leaderboard

Examples - Global Data Around User

(-5)-5 & Max Results β†’ 11 = Gets the 5 entries in front and after our user

Examples - Friends Data

1-10 & Max Results β†’ 10 = Gets the top 10 entries from the friends

1-5 & Max Results β†’ 10 = Gets the top 5 entries from the friends

1-10 & Max Results β†’ 5 = Gets the top 5 entries from the friends

You can input a very high β€œMax Results” value that exceeds your leaderboard entry count, and it will automatically only return as many entries as exist

Manually Set Max Results

This plugin automatically calculates how many results you want based on what you inputted for the Start Index & End Index inputs. If you for whatever reason want to manually set it, you can set this bool to true and the plugin will use the Max Results input you inputted below instead of its calculation.

Max Results

The number of results for the output array (Only if so many results exist of course)

Last updated