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

The quesiton of c# API , pls help me.

brucemj1

New Member
Joined
Feb 21, 2015
Messages
5
Reaction score
0
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