Card.GetTextAttack
Source Code | Usage Examples | Card
Functions
Gets the printed ATK of a card. This might differ from the original ATK of the card due to effects that change original ATK. Use Card.GetBaseAttack
if you need the original ATK instead.
Signature
Card.GetTextAttack(Card c
) → int
lua
c:GetTextAttack()