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