Skip to content

Card.SetCounterLimit

Source Code | 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)

Parameters


under-construction