Duel.SortDecktop
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 top
Signature
Duel.SortDecktop(int sort_player
, int target_player
, int count
) → nil
lua
Duel.SortDecktop(sort_player,target_player,count)