Duel.GetDecktopGroup
Source Code | Usage Examples | Duel Functions
Gets a group of a player's (int player) top n (int count) cards of their Deck
Signature
Duel.GetDecktopGroup(int player, int count) → Group
lua
Duel.GetDecktopGroup(player,count)