Skip to content

Card.CancelCardTarget

Source Code | Card Functions

Removes the second card (Card c2) from the list of the first card (Card c1)'s target

Signature

Card.CancelCardTarget(Card c1, Card c2) → nil

lua
c1:CancelCardTarget(c2)

Parameters


under-construction