Skip to content

Duel.GetFirstTarget

Source Code | Duel Functions

Returns all the cards that got targeted in the current chain link as separate return values, Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS) is an equivalent alternative that directly returns a group. Duel.GetTargetCards() is a better alternative that returns a group and of target cards that are filtered depending on their relation to the effect.

Signature

Duel.GetFirstTarget() → Card, any

lua
Duel.GetFirstTarget()

Returns


under-construction