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
{{ message }}
This repository has been archived by the owner on Jun 11, 2022. It is now read-only.
Im using this to return live games, but currenty it will only display 6 results, even though
optional uint32 num_total_games = 75.
Any idea how to retrieve the data on more than 6 results or is that a limitation by valve, I dont think it should be since the client can display more than 6
The text was updated successfully, but these errors were encountered:
message CMsgSourceTVGamesResponse {
repeated .CSourceTVGame games = 1;
optional uint32 num_total_games = 2;
}
Im using this to return live games, but currenty it will only display 6 results, even though
optional uint32 num_total_games = 75.
Any idea how to retrieve the data on more than 6 results or is that a limitation by valve, I dont think it should be since the client can display more than 6
The text was updated successfully, but these errors were encountered: