Card.IsTextAttack
Source Code | Usage Examples | Card Functions
Returns true if a card's printed ATK is equal to a given value. Printed ATK might differ from the original ATK of the card due to effects that change original ATK. Use Card.IsBaseAttack if you need to check for the original ATK instead.
Signature
Card.IsTextAttack(Card c, int atk) → bool
lua
c:IsTextAttack(atk)