Skip to content

Card.IsExactType

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

Returns


under-construction