Card.IsPreviousAttributeOnField
Source Code | Usage Examples | Card Functions
Returns true if a card's previous race on the field includes a given value(s).
Signature
Card.IsPreviousAttributeOnField(Card c, int attr) → bool
lua
c:IsPreviousAttributeOnField(attr)Parameters
Card
cThe card to check the previous attribute of.
int
attrComposite MonsterAttribute values to check. The card only needs to have at least one of the given attributes, not all.