Skip to content

Duel.SortDecktop

Source Code | 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)

Parameters

  • int sort_player

    (To be added)

  • int target_player

    (To be added)

  • int count

    (To be added)


under-construction