Skip to content

Card.IsAttackAbove

Source Code | Card Functions

Checks if a card (Card c) has ATK equal or above the specified number (int attack), will return false if the card has ? ATK and is not face-up on the field.

Signature

Card.IsAttackAbove(Card c, int atk) → bool

lua
c:IsAttackAbove(atk)

Parameters

Returns


under-construction