Card.IsProcedureSummonable
Source Code | Usage Examples | Card Functions
Checks if "c" or type "cardtype" can be Summoned according to the "sumtype" procedure using "must_use" as part of its materials, choosing among "mg", with "min" and "max" materials to be used for the Xyz Summon
Signature
Card.IsProcedureSummonable(Card c, int cardtype, int sumtype, [Group|Card|nil must_use, Group|Card|nil mg, int min = 0, int max = 0]) → bool
lua
c:IsProcedureSummonable(cardtype,sumtype,must_use,mg,min,max)Parameters
Card
c(To be added)
int
cardtype(To be added)
int
sumtype(To be added)
Group|Card|nil
must_useOptional.
(To be added)
Group|Card|nil
mgOptional.
(To be added)
int
minOptional. Defaults to
0.(To be added)
int
maxOptional. Defaults to
0.(To be added)