Skip to content

Duel.MoveToDeckBottom

Source Code | Duel Functions

Places the passed cards in the deck to the bottom of player's deck. If the argument is an integer then it moves the top n cards from player's deck.

Signature

Duel.MoveToDeckBottom(int|Card|Group targets, [int player]) → nil

lua
Duel.MoveToDeckBottom(targets,player)

Parameters


under-construction