Card.Attribute
Source Code | Usage Examples | Card Functions
Returns the card's original attribute(s).
Signature
lua
c:Attribute()Parameters
Returns
int
Composite MonsterAttribute value of the card's original attribute(s).
Overload
Card.Attribute(Card c, int att) → nil
lua
c:Attribute(att)Changes a card's attribute.
Parameters
Card
cThe card to change the attribute of.
int
attComposite MonsterAttribute value to set as the card's new attribute(s).