Skip to content

Card.Attack

Card Functions

Changes (Card c)'s original ATK if (int val) is inputted, else returns the current card's original ATK.

Signature

Card.Attack(Card c, [int val]) → nil

lua
c:Attack(val)

Parameters


under-construction