Group.Match
Source Code | Usage Examples | Group
Functions
It has the same behaviour as Group.Filter but the changes are done to the Group g and no new group is created.
Signature
Group.Match(Group g
, function f
, Group|Card|nil ex
, any ...
) → Group
lua
g:Match(f,ex,...)
Parameters
Group
g
(To be added)
function
f
(To be added)
Group|Card|nil
ex
(To be added)
any
...
(To be added)