Skip to content

Card.GetAllCounters

Source Code | Card Functions

Returns a table containing all the counters Card c currently has. The table contains pairs with the key being the counter type and the value being the amount of said counter type on the Card.

Signature

Card.GetAllCounters(Card c) → table

lua
c:GetAllCounters()

Parameters

Returns


under-construction