Skip to content

Duel.SpecialSummonRule

Source Code | Duel Functions

A player (int player) Special Summons a card (Card c) using Special Summon proc that the card has that matches the provided SummonType (0 means any).

Signature

Duel.SpecialSummonRule(int player, Card c, [int sumtype = 0]) → nil

lua
Duel.SpecialSummonRule(player,c,sumtype)

Parameters

  • int player

    (To be added)

  • Card c

    (To be added)

  • int sumtype

    Optional. Defaults to 0.

    (To be added)


under-construction