Skip to content

Card.IsRelateToCard

Source Code | Card Functions

Checks whether a card (Card c1) is related to another card (Card c2) (That results from c1:CreateRelation(c2))

Signature

Card.IsRelateToCard(Card c1, Card c2) → bool

lua
c1:IsRelateToCard(c2)

Parameters

Returns


under-construction