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