Skip to content

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()

Parameters

  • Card c

    The card to get the printed ATK of.

Returns

  • int

    The card's printed ATK. For monsters with ? ATK, returns -2.


atk-related, original-property