Skip to content

Card.IsExtraLinked

Source Code | Card Functions

Checks if a card is Extra Linked, uses aux.ExtraLinked which obtains 2 Extra Monster Zone monsters of each player and checks if (Card c) is included in the chain of co-linked cards.

Signature

Card.IsExtraLinked(Card c) → bool

lua
c:IsExtraLinked()

Parameters

Returns


under-construction