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