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
scard
Optional.
(To be added)
int
sumtype
Optional.
(To be added)
int
playerid
Optional.
(To be added)