Skip to content

Card.AddMustBeSpecialSummonedByCardEffect

Source Code | Card Functions

Creates and registers an Effect to a monster card that applies a "Must be Special Summoned by card effect" Summoning condition to it

Signature

Card.AddMustBeSpecialSummonedByCardEffect(Card c) → Effect

lua
c:AddMustBeSpecialSummonedByCardEffect()

Parameters

  • Card c

    The monster to register the effect to.

Returns


See Also


registers-effect