Card.IsSetCard
Source Code | Usage Examples | Card
Functions
Checks if "c" is part of the archetype "setname" (if it is to be used as material for "scard" with SummonType "sumtype" by player "playerid"). "setname" can be a single int value or a table with multiple archetypes.
Signature
Card.IsSetCard(Card c
, int|table setname
, [Card|nil scard
, int sumtype
, int playerid
]) → bool
lua
c:IsSetCard(setname,scard,sumtype,playerid)
Parameters
Card
c
(To be added)
int|table
setname
(To be added)
Card|nil
scard
Optional.
(To be added)
int
sumtype
Optional.
(To be added)
int
playerid
Optional.
(To be added)