Skip to content

Card.IsLinked

Source Code | Card Functions

Checks if "c" is linked. (A card is linked if it is pointing to another card, or if another card is pointing to it.)

Signature

Card.IsLinked(Card c) → bool

lua
c:IsLinked()

Parameters

Returns


under-construction