Skip to content

Card.ReleaseRelation

Source Code | Card Functions

Releases the relation between the first card (Card c1) and the second card (Card c2). Does not release relation from the second card that is resulting from c2:CreateRelation(c1)

Signature

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

lua
c1:ReleaseRelation(c2)

Parameters


under-construction