Skip to content

Duel.IsExistingTarget

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

Returns


under-construction