Skip to content

Duel.SummonOrSet

Source Code | 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


under-construction