Skip to content

Card.SetCardTarget

Source Code | Card Functions

Sets the second card (Card c2) as a target of the first card (Card c1)

Signature

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

lua
c1:SetCardTarget(c2)

Parameters


under-construction