Skip to content

Card.CanSummonOrSet

Source Code | Card Functions

Returns if the (Card c) can be either Normal Summoned or Set by (Effect e), if it is not nil. 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

Card.CanSummonOrSet(Card c, bool ignore_count, Effect|nil e, [int min = 0]) → bool

lua
c:CanSummonOrSet(ignore_count,e,min)

Parameters

Returns


under-construction