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