Duel.GetMatchingGroup
Source Code | Usage Examples | Duel
Functions
Gets all cards 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.GetMatchingGroup(function f
, int player
, int s
, int o
, Group|Card|nil ex
, any ...
) → Group
lua
Duel.GetMatchingGroup(f,player,s,o,ex,...)
Parameters
function
f
(To be added)
int
player
(To be added)
int
s
(To be added)
int
o
(To be added)
Group|Card|nil
ex
(To be added)
any
...
(To be added)