Card.IsExactType
Source Code | Usage Examples | Card Functions
Checks if (Card c)'s type (returned by Card.GetType) is exactly (int typ)
Signature
Card.IsExactType(Card c, int typ, [Card sumc, int sumtype, int player]) → bool
lua
c:IsExactType(typ,sumc,sumtype,player)Parameters
Card
c(To be added)
int
typ(To be added)
Card
sumcOptional.
(To be added)
int
sumtypeOptional.
(To be added)
int
playerOptional.
(To be added)