Duel.ProcedureSummon
Source Code | Usage Examples | Duel Functions
Summons a monster such that it is considered to have been properly Summoned.
Signature
Duel.ProcedureSummon(int player, Card c, int sumtype, [Group|Card|nil must_use, Group|Card|nil mg, int minc = 0, int maxc = 0]) → nil
lua
Duel.ProcedureSummon(player,c,sumtype,must_use,mg,minc,maxc)Parameters
int
playerThe player performing the Summon.
Card
cThe monster to Summon.
int
sumtypeThe type of the Summon.
Group|Card|nil
must_useOptional.
A card(s) that must be used as material for the Summon.
Group|Card|nil
mgOptional.
A card(s) that the player can choose to use as material for the Summon.
int
mincOptional. Defaults to
0.The minimum amount of materials that can be used for the Summon.
int
maxcOptional. Defaults to
0.The maximum amount of materials that can be used for the Summon.