Skip to content

Duel.GetMatchingGroup

Source Code | 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

Returns


under-construction