Card.ListsArchetype
Source Code | Usage Examples | Card Functions
Returns if (Card c) lists any of the setcodes passed in (int ...), by iterating over Card c's listed_series.
Signature
Card.ListsArchetype(Card c, int ...) → bool
lua
c:ListsArchetype(...)