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