Duel.SummonOrSet
Source Code | Usage Examples | Duel
Functions
Makes player (int tp) Normal Summon or Set (Card c) by calling simultaneously Duel.Summon and Duel.MSet. If (Effect e) is not nil, checks if the summon can be done by that effect. If (bool ignore_count) is true, it ignores the standard once per turn summon limit. (int min) is the minimum number of tributes that are required.
Signature
Duel.SummonOrSet(int tp
, Card c
, bool ignore_count
, Effect|nil e
, [int min
= 0
]) → nil
lua
Duel.SummonOrSet(tp,c,ignore_count,e,min)
Parameters
int
tp
(To be added)
Card
c
(To be added)
bool
ignore_count
(To be added)
Effect|nil
e
(To be added)
int
min
Optional. Defaults to
0
.(To be added)