-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get position/role of a current game? #689
Comments
please take a look here: https://developer.riotgames.com/apis#match-v4/GET_getMatch |
Can I get a current match in Riot Sharp using Match's methods? For example
This doesn't work for me. I can get the |
I assume the spectator api does not give those information. And match api is for completed games only. I am not aware whether the order has something to do with theire position. You also could try to assume positions based on the participants and their picks (caitlyn most likely adc, etc.) i think there are some frameworks to do so (not sure if compatible with c#). If you have further questions in that regard i recommend the official riot third party discord. RiotSharp makes the Riot api available in c#, your problem goes beyond that. |
I'd like to know what's the participant's role. I saw that
Match
has properties for this. But this is not for a current match.how could I know the order (TOP, JUNGLE, MID, ADC, SUPPORT) for these participants?
The text was updated successfully, but these errors were encountered: