Skip to content

Duel.SortDeckbottom

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

Parameters

  • int sort_player

    (To be added)

  • int target_player

    (To be added)

  • int count

    (To be added)


under-construction