Card.RemoveCounter
Source Code | Usage Examples | 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
Card
c(To be added)
int
player(To be added)
int
countertype(To be added)
int
count(To be added)
int
reason(To be added)