Card.CanSummonOrSet
Source Code | Usage Examples | Card Functions
Checks if a card can be Normal Summoned or Set.
Signature
Card.CanSummonOrSet(Card c, bool ignore_count, [Effect|nil e = nil, int min = 0]) → bool
lua
c:CanSummonOrSet(ignore_count,e,min)Parameters
Card
cThe card to check.
bool
ignore_countIf set to
true, ignores the standard rule that limits Normal Summon/Sets to 1 per turn.Effect|nil
eOptional. Defaults to
nil.If provided, checks if the card can be summoned by this effect.
int
minOptional. Defaults to
0.The minimum number of tributes required.