Skip to content

Card.IsLinkSummonable

Source Code | Card Functions

Checks if "c" can be Link Summoned using "must_use" as part of its materials, choosing among "mg", with "min" and "max"as the number of materials materials to be used for the Link Summon.

Signature

Card.IsLinkSummonable(Card c, [Group|Card|nil must_use, Group|Card|nil mg, int min = 0, int max = 0]) → bool

lua
c:IsLinkSummonable(must_use,mg,min,max)

Parameters

Returns


under-construction