Skip to content

Card.IsSetCard

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

Returns


under-construction