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