Skip to content

Card.ListsCounter

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

Parameters

Returns


under-construction