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