Skip to content

Card.CreateRelation

Source Code | Card Functions

Creates a relation between the first card (Card c1) and the second card (Card c2), which will be reset when the first card hits the reset flag

Signature

Card.CreateRelation(Card c1, Card c2, int reset_flag) → nil

lua
c1:CreateRelation(c2,reset_flag)

Parameters


under-construction