Card.ListsCounter
Source Code | Usage Examples | Card
Functions
Checks if (Card c) has an effect that mentions (int counter_type) counter. This includes adding, removing, gaining ATK/DEF per counter, etc. Corresponding table: "s.counter_list" ("s.counter_place_list" is already handled)
Signature
Card.ListsCounter(Card c
, int counter_type
) → bool
lua
c:ListsCounter(counter_type)