Duel.CheckRemoveOverlayCard
Source Code | Usage Examples | 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
int
player(To be added)
int
s(To be added)
int
o(To be added)
int
count(To be added)
int
reason(To be added)
Group
ocardOptional.
(To be added)