Duel.GetFieldGroup
Source Code | Usage Examples | Duel Functions
Gets a group containing cards from a specified location of a player (int player), s denotes the player's side of the field, o denotes opposing player's side of the field
Signature
Duel.GetFieldGroup(int player, int s, int o) → Group
lua
Duel.GetFieldGroup(player,s,o)