Skip to content

Card.GetCounter

Source Code | Card Functions

Returns the number of counters of a specific type (int countertype) on a card (Card c).

Signature

Card.GetCounter(Card c, int countertype) → int

lua
c:GetCounter(countertype)

Parameters

Returns


under-construction