Skip to content

Duel.RemoveOverlayCard

Source Code | Duel Functions

Player (int player) removes cards attached, from your field (int s) and/or opponent's (int o), with a minimum of (int min), and a maximum of (int max), with reason (int reason). If Group rg is provided, then the player removes only from monsters in that group. Returns the number of cards removed

Signature

Duel.RemoveOverlayCard(int player, int s, int o, int min, int max, int reason, [Group rg]) → int

lua
Duel.RemoveOverlayCard(player,s,o,min,max,reason,rg)

Parameters

Returns


under-construction