Skip to content

Card.IsRace

Source Code | 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

Returns


under-construction