Skip to content

Card.IsAttackBelow

Source Code | Card Functions

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

Signature

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

lua
c:IsAttackBelow(atk)

Parameters

Returns


under-construction