Skip to content

Card.CancelCardTarget

Source Code | Usage Examples | Card Functions

Makes a card stop targeting another card.

Signature

Card.CancelCardTarget(Card c, Card tc) → nil

lua
c:CancelCardTarget(tc)

Parameters

  • Card c

    The card that will stop targeting tc.

  • Card tc

    The card that will stop being a target.