Duel.SortDeckbottom
Source Code | Usage Examples | Duel Functions
Player (int sort_player) sorts an amount of cards (int count) of a player's (int target_player) deck bottom
Signature
Duel.SortDeckbottom(int sort_player, int target_player, int count) → nil
lua
Duel.SortDeckbottom(sort_player,target_player,count)