Card.ListsCardType
Source Code | Usage Examples | Card
Functions
Returns true if (Card c) specifically lists any of the CardTypes passed in (int ..), (which means that it iterates over Card c's listed_card_types)
Signature
Card.ListsCardType(Card c
, int ...
) → bool
lua
c:ListsCardType(...)