Skip to content

Card.IsSummonable ​

Source Code | Usage Examples | Card Functions

Checks whether a card (Card c) can be Normal Summoned. Setting ignore_count to true makes it ignore the standard once per turn summon limit. If an effect (Effect e) is given, checks whether it can be Normal Summoned by that effect. The last value denotes the minimum tribute amount.

Signature ​

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

lua
c:IsSummonable(ignore_count,e,min)

Parameters ​

Returns ​


under-construction