Card.RemoveCounter
Source Code | Usage Examples | Card Functions
Removes any amount of a specified counter from a card.
Signature
Card.RemoveCounter(Card c, int player, int countertype, int count, int reason) → bool
lua
c:RemoveCounter(player,countertype,count,reason)Parameters
Card
cThe card to remove counters from.
int
playerThe player removing the counters.
int
countertypeThe type of counter to remove.
int
countThe amount of counters to remove.
int
reasonComposite Reason value describing why the counters are being removed.