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
Brian Baldner edited this page Apr 8, 2021
·
2 revisions
CompHistory.GetCompHistory gets your comp games through the startindex and endindex. Endindex has a max of 20, and startindex has to be less than endindex. Can also pass through a custom queue and player Id.
CompHistory his = CompHistory.GetCompHistory(auth, 0, 20, “competitive”, playerid);