Skip to content

Card.HasEquipCard

Source Code | Card Functions

Returns true if a card currently has any number of cards equipped to it.

Signature

Card.HasEquipCard(Card c) → bool

lua
c:HasEquipCard()

Parameters

Returns

  • bool

    If there is at least one card equipped to c.


card-check, equip-related