HearthSim / Hearthstone-Deck-Tracker

A deck tracker and deck manager for Hearthstone on Windows
https://hsreplay.net/downloads/
4.61k stars 1.11k forks source link

Suggest to add "ranking info" for the game result of Battlegrounds Mode #4388

Open simonalexs opened 2 years ago

simonalexs commented 2 years ago

Question report

When i try develop my first plugin in HDT, i want to get the result ranking info of Battlegrounds.For this purpose, I try to use the data of Hearthstone_Deck_Tracker.API.Core.Game.But i find all data of it, and what i can find is "Result"(0,1,2,3) and "ResultString"(None,Win,Lose,Draw) in Hearthstone_Deck_Tracker.Enums.GameResult. But i can't find the exact ranking info(such as i'm 7th or 1st in this game).Maybe it is my fault that i don't find the correct way to find the ranking info.If so, could anyone teach me how to get the ranking info of Battlegrounds? Thanks! And if this question should not appear in "Issues", please also tell me.And i will delete this soon.