Skip to content

Card.IsDestructable ​

Source Code | Usage Examples | Card Functions

Checks whether a card (Card c) can be destroyed; if an effect (effect e) is given, checks whether the card can be destroyed by that effect

Signature ​

Card.IsDestructable(Card c, [Effect e]) → bool

lua
c:IsDestructable(e)

Parameters ​

Returns ​


under-construction