You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, I've been trying to migrate a program that tries to fetch game data for a given game ID from C++ to Python, but the following function is missing, and I dont know how to implement it in Python:
So, I've been trying to migrate a program that tries to fetch game data for a given game ID from C++ to Python, but the following function is missing, and I dont know how to implement it in Python:
which would allow me to fetch metadata about a specific lobby.
Currently, I have this as example C++ code:
But I can not find an equivalent function over here.
The text was updated successfully, but these errors were encountered: