Skip to content

Duel.IsExistingMatchingCard

Source Code | Duel Functions

Checks if (int count) cards exist in locations (int s) (on (int player)'s side of the field) and (int o) (on their opponent's) for which (function f) returns true, except (Card ex)

Signature

Duel.IsExistingMatchingCard(function f, int player, int s, int o, int count, Group|Card|nil ex, any ...) → bool

lua
Duel.IsExistingMatchingCard(f,player,s,o,count,ex,...)

Parameters

Returns


under-construction