philippj / SteamworksPy

A working Python API system for Valve's Steamworks.
MIT License
214 stars 40 forks source link

add missing call to steam api FindLeaderboard #14

Closed doofy closed 5 years ago

doofy commented 5 years ago

All Leaderboard support seems to not yet be implemented in SteamworksPy. This patch adds one of the missing calls: FindLeaderboard. I tested this patch successfully against the steam servers. Please review.

Gramps commented 5 years ago

Looks good, sir! Glad someone got the leaderboard stuff going!