Skip to content

Duel.CheckRemoveOverlayCard

Source Code | Duel Functions

Returns if (int player) can remove a total of (int count) cards attached, for reason (int reason) from your field (int s == 1) and/or opponent's (int o == 1). If group (ocard) is provided, only checks if cards can be detached from monsters that match said group.

Signature

Duel.CheckRemoveOverlayCard(int player, int s, int o, int count, int reason, [Group ocard]) → bool

lua
Duel.CheckRemoveOverlayCard(player,s,o,count,reason,ocard)

Parameters

Returns


under-construction