Skip to content

Card.IsCanBeEffectTarget

Source Code | Card Functions

Checks if a card (Card c) is targetable by an effect (Effect e)

Signature

Card.IsCanBeEffectTarget(Card c, Effect e) → bool

lua
c:IsCanBeEffectTarget(e)

Parameters

Returns


under-construction