Card.IsAttributeExcept
Source Code | Usage Examples | Card Functions
Checks if (Card c) has any attribute other than (int att). If the optional parameters are passed, does the checks by calling the equivalent behavior with such parameters with Card.GetAttribute
Signature
Card.IsAttributeExcept(Card c, int att, [Card scard, int sumtype, int playerid]) → bool
lua
c:IsAttributeExcept(att,scard,sumtype,playerid)Parameters
Card
c(To be added)
int
att(To be added)
Card
scardOptional.
(To be added)
int
sumtypeOptional.
(To be added)
int
playeridOptional.
(To be added)