Skip to content

Card.CheckEquipTarget

Source Code | Usage Examples | Card Functions

Checks if a card can be equipped to another.

Signature

Card.CheckEquipTarget(Card c1, Card c2) → bool

lua
c1:CheckEquipTarget(c2)

Parameters

  • Card c1

    The card that will be equipped to another.

  • Card c2

    The card that will receive the equip.

Returns

  • bool

    If c1 can be equipped to c2.


equip-related