Skip to content

Card.IsAttribute

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

Returns


under-construction