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
I'm writing a plugin and I'm having trouble determining if an entity is a minion that's on the board or not.
Maybe I'm clueless but when I'm trying to iterate through Hearthstone.Game.Entities dictionary, I can't tell if the values are minions in hand, minions on the board, spell in hand, or even the hero power. It would be nice to have an attribute in the entity class that makes clear whether the card is a spell or a minion or hero power or weapon and whether it's on the board or not.
The text was updated successfully, but these errors were encountered:
TAG_CARDTYPE.SPELL does apparently not exist, and since my game won't start at the moment apparently, I'm not sure how to deduce that. So IsSpell is missing for now.
I'm writing a plugin and I'm having trouble determining if an entity is a minion that's on the board or not.
Maybe I'm clueless but when I'm trying to iterate through Hearthstone.Game.Entities dictionary, I can't tell if the values are minions in hand, minions on the board, spell in hand, or even the hero power. It would be nice to have an attribute in the entity class that makes clear whether the card is a spell or a minion or hero power or weapon and whether it's on the board or not.
The text was updated successfully, but these errors were encountered: