Skip to content

Card.ListsCardType

Source Code | 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(...)

Parameters

Returns


under-construction