Duel.GetFirstMatchingCard
Source Code | Usage Examples | Duel
Functions
Get the first card 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.GetFirstMatchingCard(function f
, int player
, int s
, int o
, Group|Card|nil ex
, any ...
) → Card
lua
Duel.GetFirstMatchingCard(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)