Skip to content

Card.HasCounters

Source Code | Card Functions

Returns true if a given card currently holds any counter.

Signature

Card.HasCounters(Card c) → bool

lua
c:HasCounters()

Parameters

  • Card c

    The card to check the counters of.

Returns

  • bool

    If c currently holds any counter.


See Also


card-check