Card.IsRace
Source Code | Usage Examples | Card Functions
Checks if the Monster Type of "c" is "race" (if it is to be used as material for "scard" with SummonType "sumtype" by player "playerid").
Signature
Card.IsRace(Card c, int race, [Card|nil scard, int sumtype, int playerid]) → bool
lua
c:IsRace(race,scard,sumtype,playerid)Parameters
Card
c(To be added)
int
race(To be added)
Card|nil
scardOptional.
(To be added)
int
sumtypeOptional.
(To be added)
int
playeridOptional.
(To be added)