What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

The quesiton of c# API , pls help me.

brucemj1

New Member
Joined
Feb 21, 2015
Messages
5
Can I get the number of gold in Hearthstone using c# API ?
Such as get the number of Quests, we can use the follow code .
Code:
var quests = TritonHs.CurrentQuests;

How can I get the number of gold using similar code ?
Please help me ,Thanks very much .
 
Being able to know your current gold is not supported due to the way the game works (i.e., when in game, how can a player check their own gold?).

If you'd like to know your current gold out of game, I can get that added pretty soon!
 
Being able to know your current gold is not supported due to the way the game works (i.e., when in game, how can a player check their own gold?).

If you'd like to know your current gold out of game, I can get that added pretty soon!

Thanks for your reply , Looking forward to your good news .
 
Back
Top