Ask a Question
Leaderboard questions- GetAssignedBoard, GetBoard, Leaderboardref
about 2 years ago by Eva Ramirez(edited)
Hi! I have some questions regarding the leaderboard.
1)What's the difference between GetAssignedBoard() and GetBoard() ? Looking at both functions, they seem to do the same thing as they take the same arguments and have the same return type.
2)What is a LeaderboardRef and how do we obtain it? When is it more interesting to use LeaderboardRef instead of string boardId?
3)Is it correct to assume that long? focus = null pertains to a playerId, and that by providing this field, the function will return leaderboard entries around this player?