Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Leaderboards #10

Open
4 of 8 tasks
8bitskull opened this issue Mar 11, 2024 · 4 comments
Open
4 of 8 tasks

Leaderboards #10

8bitskull opened this issue Mar 11, 2024 · 4 comments

Comments

@8bitskull
Copy link
Contributor

8bitskull commented Mar 11, 2024

I want to implement a leaderboard!

We already have:
steam.user_stats_download_leaderboard_entries()
steam.user_stats_get_downloaded_leaderboard_entry()

Please implement:

UPDATE to add this as it is critical to my use case:

(I have players competing in Daily runs so I need to be able to create leaderboards dynamically)

Having reviewed the documentation (https://partner.steamgames.com/doc/features/leaderboards) it's possible others might have a use for these too (however I think UploadLeaderboardScore is the bare minimum and might be enough for my personal use case):

@britzl
Copy link
Contributor

britzl commented Mar 14, 2024

Added user_stats_upload_leaderboard_score() in 9dd813a

@britzl
Copy link
Contributor

britzl commented Mar 20, 2024

Added user_stats_find_or_create_leaderboard() in 8eebf80

@8bitskull
Copy link
Contributor Author

Hi @britzl

Can I please request ISteamUserStats::GetLeaderboardEntryCount? Use case: I want to be able to say "your rank is 12 out of 345".

@britzl
Copy link
Contributor

britzl commented Jun 20, 2024

Sure!

Added user_stats_get_leaderboard_entry_count() in d858fc3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants