• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Steam Need a Steam API call that counts total leaderboard entries

J

JapanGamer29

Guest
Hi. The Steam API has the following function:

Code:
int GetLeaderboardEntryCount( SteamLeaderboard_t hSteamLeaderboard );
( https://partner.steamgames.com/doc/api/ISteamUserStats#GetLeaderboardEntryCount )

But there doesn't appear to be an equivalent API call in GameMaker.

I'd like to be able to get the total number of entries in a leaderboard so I can show the page count at the bottom, e.g. "Page 6 / 79".

So please consider this a request for a steam_count_leaderboard_entries() function.

Or if there's a workaround for this, please share. Thank you.
 
Top