Skip to content

Card.CanChainAttack

Source Code | Card Functions

Checks if a card (Card c) can make a follow-up attack. Specifying the integer ac checks whether it can attack that number of times. Setting monsteronly to true checks only the possibility of follow-up attack to monster

Signature

Card.CanChainAttack(Card c, [int ac, bool monsteronly]) → bool

lua
c:CanChainAttack(ac,monsteronly)

Parameters

Returns


under-construction