Card.SetCounterLimit
Source Code | Usage Examples | Card Functions
Sets the limit (int count) of how many counter of a type (int countertype) can be held by a card (Card c)
Signature
Card.SetCounterLimit(Card c, int countertype, int count) → nil
lua
c:SetCounterLimit(countertype,count)