Skip to content

Card.IsAttack

Source Code | Card Functions

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

Signature

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

lua
c:IsAttack(...)

Parameters

Returns


under-construction