Skip to content

Card.RemoveCounter

Source Code | Card Functions

Removes a number (int count) of the specified counter (int countertype) from a card (Card c), with reason described by (int reason)

Signature

Card.RemoveCounter(Card c, int player, int countertype, int count, int reason) → nil

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

Parameters


under-construction