Duel.IsExistingMatchingCard
Source Code | Usage Examples | 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
function
f
(To be added)
int
player
(To be added)
int
s
(To be added)
int
o
(To be added)
int
count
(To be added)
Group|Card|nil
ex
(To be added)
any
...
(To be added)