Duel.IsExistingTarget
Source Code | Usage Examples | Duel
Functions
This function's behaviour is equivalent of calling Duel.IsExistingMatchingCard with the same arguments and filtering cards with Card.IsCanBeEffectTarget with the current reason effect as parameter (internal to the core, but most of the time corresponds to the effect itself)
Signature
Duel.IsExistingTarget(function f
, int player
, int s
, int o
, int count
, Group|Card|nil ex
, any ...
) → bool
lua
Duel.IsExistingTarget(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)