Card.IsDefenseAbove
Source Code | Usage Examples | Card
Functions
Checks if a card (Card c) has DEF equal or above the specified number (int defense), will return false if the card has ? DEF and is not face-up on the field.
Signature
Card.IsDefenseAbove(Card c
, int def
) → bool
lua
c:IsDefenseAbove(def)