philippj / SteamworksPy

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

FindLeaderboard #84

Closed hychn closed 1 year ago

hychn commented 1 year ago

The callback for FindLeaderboard doesn't get called, from the C side and the python side as well.l Has this function been implemented? I also tried to implement the FindLobbies function by following the Steamworks documentation; it uses the same callback mechanism but it doesn't work as well.