Card.GetSetCard
Source Code | Usage Examples | Card Functions
Returns the archetype(s) that "c" has (if it is to be used as material for "scard" with SummonType "sumtype" by player "playerid").
Signature
Card.GetSetCard(Card c, [Card|nil scard, int sumtype = 0, int playerid = PLAYER_NONE]) → int
lua
c:GetSetCard(scard,sumtype,playerid)Parameters
Card
c(To be added)
Card|nil
scardOptional.
(To be added)
int
sumtypeOptional. Defaults to
0.(To be added)
int
playeridOptional. Defaults to
PLAYER_NONE.(To be added)