Skip to content

Duel.CheckChainTarget

Source Code | Duel Functions

Checks if a card (Card c) can be a target for a chain's (int chainc) effect (via calling target(chkc) function of the effect)

Signature

Duel.CheckChainTarget(int chainc, Card c) → bool

lua
Duel.CheckChainTarget(chainc,c)

Parameters

Returns


under-construction