Skip to content

Card.AddMustFirstBeXyzSummoned ​

Source Code | Usage Examples | Card Functions

Creates and registers an Effect to a monster card that applies a "Must first be Xyz Summoned" Summoning condition to it

Signature ​

Card.AddMustFirstBeXyzSummoned(Card c) → Effect

lua
c:AddMustFirstBeXyzSummoned()

Parameters ​

  • Card c ​

    The monster to register the effect to.

Returns ​


See Also ​


registers-effect, xyz-related