Duel.DiscardDeck
Source Code | Usage Examples | Duel Functions
Makes player (int player) send a number of cards (int count) from the top of their Deck to the Graveyard (discard mechanic) with the reason defined by (int reason)
Signature
Duel.DiscardDeck(int player, int count, int reason) → int
lua
Duel.DiscardDeck(player,count,reason)