Duel.GetOverlayGroup
Source Code | Usage Examples | Duel
Functions
Returns the group of cards that are currently attached to monsters. (int player) is the reference player, and (int s) and (int o) check, respectively for your cards and your opponent's cards.
Signature
Duel.GetOverlayGroup(int player
, int s
, int o
) → Group
lua
Duel.GetOverlayGroup(player,s,o)