Duel.Overlay
Source Code | Usage Examples | Duel Functions
Attachs (Card|Group of_card) to (Card c). By default, if any card in the 2nd parameter has materials attached to it as well, they'll also be attached to (Card c) automatically. If send_to_grave is true, they will instead be sent to the graveyard with REASON_RULE, if you want to do something else with those cards, you have to move them before calling this function.
Signature
Duel.Overlay(Card c, Card|Group of_card, [bool send_to_grave = false]) → nil
lua
Duel.Overlay(c,of_card,send_to_grave)Parameters
Card
c(To be added)
Card|Group
of_card(To be added)
bool
send_to_graveOptional. Defaults to
false.(To be added)