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