Skip to content

Card.IsFusionSummonableCard

Source Code | Card Functions

Returns if (Card c) is a card that can be fusion summoned. This checks if: -the card's type is TYPE_FUSION, -the card has an EFFECT_SPSUMMON_CONDITION applied to it. If (int sumtype) is provided, it uses that value in the step. SUMMON_TYPE_FUSION is included in sumtype by default.

Signature

Card.IsFusionSummonableCard(Card c, [int sumtype]) → bool

lua
c:IsFusionSummonableCard(sumtype)

Parameters

Returns


under-construction