Skip to content

Card.GetAllCounters

Source Code | Usage Examples | Card Functions

Gets all counters a card currently has.

Signature

Card.GetAllCounters(Card c) → table

lua
c:GetAllCounters()

Parameters

  • Card c

    The card to get the counters of.

Returns

  • table

    A table where the keys are the counter types and the values are the corresponding amount.