Card.IsPreviousTypeOnField
Source Code | Usage Examples | Card Functions
Returns true if a card's previous card type on the field includes a given value(s).
Signature
Card.IsPreviousTypeOnField(Card c, int type) → bool
lua
c:IsPreviousTypeOnField(type)Parameters
Card
cThe card to check the previous card type of.
int
typeComposite CardType values to check. The card only needs to have at least one of the given types, not all.