Skip to content

Card.IsDefense

Source Code | Card Functions

Returns if a card (Card c) has an DEF equal to any of the values passed.

Signature

Card.IsDefense(Card c, int ...) → bool

lua
c:IsDefense(...)

Parameters

Returns


under-construction