Skip to content

Duel.ChangeAttacker

Source Code | Duel Functions

Changes the current monster attacking to another card (Card c), if ignore counts is set to true (int ign) it will ignore if the card can still attack.

Signature

Duel.ChangeAttacker(Card c, [int ign]) → nil

lua
Duel.ChangeAttacker(c,ign)

Parameters


under-construction