Card.IsSummonCode
Source Code | Usage Examples | Card Functions
Checks if "c" has a specific code from the "..." list if it is to be used as material for the SummonType "sumtype" of "sc" performed by the player "playerid".
Signature
Card.IsSummonCode(Card c, Card|nil sc, int sumtype, int playerid, int ...) → bool
lua
c:IsSummonCode(sc,sumtype,playerid,...)Parameters
Card
c(To be added)
Card|nil
sc(To be added)
int
sumtype(To be added)
int
playerid(To be added)
int
...(To be added)