Skip to content

Card.IsCanRemoveCounter

Source Code | Card Functions

Checks if a number (int count) of the specified counter (int countertype) can be removed from a card (Card c), with reason described by (int reason)

Signature

Card.IsCanRemoveCounter(Card c, int player, int countertype, int count, int reason) → bool

lua
c:IsCanRemoveCounter(player,countertype,count,reason)

Parameters

Returns


under-construction